summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-08-20 12:45:58 -0700
committerTim Smith <tsmith84@gmail.com>2020-08-20 12:45:58 -0700
commit3901db358c06b150f3283f656f9a2bfa16a6fc03 (patch)
tree0754d1459a7de95c166eca25cbb19993a246e32f
parent9d17cbe62d847d3bd6bcc66bb39afab9748e4cc7 (diff)
downloadffi-yajl-requires.tar.gz
Don't gate in the specrequires
Signed-off-by: Tim Smith <tsmith@chef.io>
-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 aac0309..48e2de5 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -31,7 +31,7 @@ rescue LoadError
puts "WARN: yajl cannot be loaded, expected if this is jruby"
end
-require "ffi_yajl" unless defined?(FFI_Yajl)
+require "ffi_yajl"
RSpec.configure do |conf|
conf.filter_run_excluding unix_only: true unless RUBY_PLATFORM !~ /mswin|mingw|windows/