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:
parent
e054af7468
commit
ea6f12eebc
1 changed files with 0 additions and 9 deletions
9
Rakefile
9
Rakefile
|
@ -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 ' '}"
|
||||||
|
|
Loading…
Reference in a new issue