summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Fitzgerald <rwfitzge@gmail.com>2014-03-13 22:22:21 -0700
committerRyan Fitzgerald <rwfitzge@gmail.com>2014-03-13 23:09:28 -0700
commita0a462573e433c324fdd5c1d8bc0bef61d71d613 (patch)
tree16339cae1e1083cbcf2d8e2c33e0d8e380f99388 /Rakefile
parentf386eff43ab3145e6e5f5722411a47279d1ce072 (diff)
downloadpry-a0a462573e433c324fdd5c1d8bc0bef61d71d613.tar.gz
Move Readline-loading specs inside normal suite
This simplifies our Rake and Travis config.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 6bc2c58d..d00a9369 100644
--- a/Rakefile
+++ b/Rakefile
@@ -33,7 +33,7 @@ task :test do
if explicit_list = ENV['run']
explicit_list.split(',')
else
- (Dir['spec/**/*_spec.rb'] - Dir["spec/isolation/*_spec.rb"]).shuffle!
+ Dir['spec/**/*_spec.rb'].shuffle!
end
run_specs paths
end