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
1 changed files with 0 additions and 9 deletions

View File

@ -21,15 +21,6 @@ end
desc "Set up and run tests"
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
quiet = ENV['VERBOSE'] ? '' : '-q'
exec "bacon -Ispec -rubygems #{quiet} #{paths.join ' '}"