integration/readline_spec.rb => isolation/readline_spec.rb

This commit is contained in:
Robert Gleeson 2014-02-03 12:46:33 +01:00
parent fdc8715e09
commit a9209f2d2c
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -1,6 +1,5 @@
require "bundler/setup"
require "bacon"
describe "Readline" do
describe "on require of 'pry'" do
it "is not made available" do