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

Add explicit JRuby and Rubinius compatibility #163

Merged
merged 7 commits into from
Jul 3, 2014
Merged

Conversation

josepjaume
Copy link
Contributor

No description provided.

@@ -228,7 +228,7 @@
end
end

describe 'it fails if the feature does not exist' do
it 'it fails if the feature does not exist' do

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

@@ -1,3 +1,4 @@
require 'minitest/autorun'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

end

Then "the exit status should be 1" do
@last_exit_status.must_equal 1
puts @stdout

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not write to stdout. Use Rails' logger if you want to log.

josepjaume added a commit that referenced this pull request Jul 3, 2014
Add explicit JRuby and Rubinius compatibility
@josepjaume josepjaume merged commit 5cbca69 into master Jul 3, 2014
@josepjaume josepjaume deleted the runtimefest branch July 3, 2014 12:28
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.

2 participants