summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2013-12-22 23:30:55 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2013-12-22 23:30:55 -0800
commitc0aa09ea04c275d25c5be4868c0cd2803bd7edd5 (patch)
tree43d176f6e4cb9ec8db300232638642d00d2e60c8 /spec
parent087be64d98ee16b92540c93b1c720d41f21c00a3 (diff)
downloadffi-yajl-c0aa09ea04c275d25c5be4868c0cd2803bd7edd5.tar.gz
add double negative
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 9e8a10a..be115cd 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -13,5 +13,5 @@ RSpec.configure do |c|
c.syntax = :expect
end
- c.filter_run_excluding :ruby_gte_19 => true if RUBY_VERSION.to_f >= 1.9
+ c.filter_run_excluding :ruby_gte_19 => true unless RUBY_VERSION.to_f >= 1.9
end