Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Travis on JRuby-HEAD using explicit opts
See https://travis-ci.org/troessner/reek/jobs/67756300#L297-L307 This is really only an issue on JRUBY-HEAD where cext.enabled property no longer exists. ```ruby expected: "" got: "jruby: warning: unknown property jruby.cext.enabled\njruby: warning: unknown property jruby.cext.enabled\njruby: warning: unknown property jruby.cext.enabled\njruby: warning: unknown property jruby.cext.enabled\n" (compared using ==) Diff: @@ -1 +1,5 @@ +jruby: warning: unknown property jruby.cext.enabled +jruby: warning: unknown property jruby.cext.enabled +jruby: warning: unknown property jruby.cext.enabled +jruby: warning: unknown property jruby.cext.enabled (RSpec::Expectations::ExpectationNotMetError) ./features/step_definitions/reek_steps.rb:58:in `/^it reports no errors$/' features/configuration_loading.feature:29:in `Then it reports no errors' ``` ref: rspec/rspec-dev#115 ```ru
- Loading branch information