summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 03ea63ea78..e634710f32 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -65,6 +65,8 @@ RSpec.configure do |config|
if Gem::VERSION >= "2.2"
config.filter_run :rubygems => "2.2"
+ else
+ config.filter_run_excluding :rubygems => "2.2"
end
config.filter_run :focused => true unless ENV['CI']