summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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