From fdc8715e09d3f909574d8f387c43a9ccae7e66f1 Mon Sep 17 00:00:00 2001 From: Robert Gleeson Date: Mon, 3 Feb 2014 12:35:23 +0100 Subject: add spec/integration/readline_spec.rb --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 70e84c45..f4439ad0 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'].shuffle! + (Dir['spec/**/*_spec.rb'] - Dir["spec/integration/**/*_spec.rb"]).shuffle! end run_specs paths end -- cgit v1.2.1