diff options
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |