summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRobert Gleeson <rob@flowof.info>2014-02-03 12:46:33 +0100
committerRobert Gleeson <rob@flowof.info>2014-02-03 12:46:33 +0100
commita9209f2d2cf2cce209dff234176d234a6bbeedd0 (patch)
tree8343cbb681782e0c34481bdf0a4a70ada08040ee /Rakefile
parentfdc8715e09d3f909574d8f387c43a9ccae7e66f1 (diff)
downloadpry-a9209f2d2cf2cce209dff234176d234a6bbeedd0.tar.gz
integration/readline_spec.rb => isolation/readline_spec.rb
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f4439ad0..c427a5e7 100644
--- a/Rakefile
+++ b/Rakefile
@@ -42,7 +42,7 @@ task :test do
if explicit_list = ENV['run']
explicit_list.split(',')
else
- (Dir['spec/**/*_spec.rb'] - Dir["spec/integration/**/*_spec.rb"]).shuffle!
+ (Dir['spec/**/*_spec.rb'] - Dir["spec/isolation/*_spec.rb"]).shuffle!
end
run_specs paths
end