bin/test_runner.rb in rbs-0.3.1 vs bin/test_runner.rb in rbs-0.4.0
- old
+ new
@@ -7,10 +7,8 @@
unless RUBY_27
STDERR.puts "🚨🚨🚨 stdlib test requires Ruby 2.7 but RUBY_VERSION==#{RUBY_VERSION}, exiting... 🚨🚨🚨"
exit
end
-require "pathname"
-
ARGV.each do |arg|
load arg
end