Skip to content

Commit

Permalink
Remove memory check
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdana committed Jul 11, 2023
1 parent 9b70c4d commit d3f5956
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ platforms :ruby do
gem 'yard'
end

gem 'get_process_mem'
gem 'jruby-win32ole'
gem 'rspec', '~> 3.0'
gem 'syntax_suggest'
gem 'sys-proctable'

gemspec
2 changes: 0 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module Warning # leftovers:allow
$doing_include = false

require 'fileutils'
require 'get_process_mem' if RUBY_PLATFORM != 'java'
FileUtils.rm_rf(File.join(__dir__, '..', 'coverage'))

require 'bundler/setup'
Expand All @@ -38,7 +37,6 @@ module Warning # leftovers:allow
end

config.before do
puts "Memory usage: #{GetProcessMem.new.mb}" if RUBY_PLATFORM != 'java'
Kernel.srand config.seed
stub_blank_global_config
allow(PathList::CanonicalPath).to receive(:case_insensitive?).and_return(false)
Expand Down

0 comments on commit d3f5956

Please sign in to comment.