From 31a9578228ce53bc695b49c4f193e66bcd9213cc Mon Sep 17 00:00:00 2001 From: John Mair Date: Fri, 7 Dec 2012 01:52:37 +0100 Subject: cleaned up lib/pry/test/helper.rb * removed most historicla junk from lib/pry/test/helper.rb * relocated recalcitrant junk to the local spec/helper.rb (this isn't exposed to 3rd parties) --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 412e9b16..62e804cb 100644 --- a/Rakefile +++ b/Rakefile @@ -49,7 +49,7 @@ task :test do check_dependencies unless ENV['SKIP_DEP_CHECK'] all_specs = Dir['spec/**/*_spec.rb'] all_specs.shuffle! if all_specs.respond_to? :shuffle! - system "bacon -Ilib/pry/test -Ispec -rubygems -a -q #{all_specs.join ' '}" + system "bacon -Ispec -rubygems -a -q #{all_specs.join ' '}" end task :spec => :test -- cgit v1.2.1