Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Travis on JRuby-HEAD using explicit opts #547

Merged
merged 1 commit into from
Jun 22, 2015

Conversation

bf4
Copy link
Contributor

@bf4 bf4 commented Jun 21, 2015

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.

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

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
@troessner
Copy link
Owner

I don't have expert knowledge of jruby so i'm just going to go ahead and trust you on this one.:)
Merged!

troessner pushed a commit that referenced this pull request Jun 22, 2015
Fix Travis on JRuby-HEAD using explicit opts
@troessner troessner merged commit d4929c1 into develop Jun 22, 2015
@troessner troessner deleted the fix_travis_jruby-head branch June 22, 2015 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants