1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

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