1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

remove 1.8-compatibility hack from Rakefile.

This commit is contained in:
Robert Gleeson 2014-02-03 14:55:33 +01:00
parent e054af7468
commit ea6f12eebc

View file

@ -21,15 +21,6 @@ end
desc "Set up and run tests" desc "Set up and run tests"
task :default => [:test] task :default => [:test]
unless [].respond_to? :shuffle!
class Array
def shuffle!
# TODO: fill this in if anyone cares
self
end
end
end
def run_specs paths def run_specs paths
quiet = ENV['VERBOSE'] ? '' : '-q' quiet = ENV['VERBOSE'] ? '' : '-q'
exec "bacon -Ispec -rubygems #{quiet} #{paths.join ' '}" exec "bacon -Ispec -rubygems #{quiet} #{paths.join ' '}"