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

Address ruby warnings #23951

Merged
merged 1 commit into from Feb 29, 2016
Merged

Address ruby warnings #23951

merged 1 commit into from Feb 29, 2016

Conversation

teoljungberg
Copy link
Contributor

  • Ambiguous first argument
  • Mismatched indentation

@rails-bot
Copy link

Thanks for the pull request, and welcome! The Rails team is excited to review your changes, and you should hear from @kaspth (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@@ -15,7 +15,7 @@ def test_application_cable_skeleton_is_created
assert_file "app/channels/application_cable/connection.rb" do |cable|
assert_match(/module ApplicationCable\n class Connection < ActionCable::Connection::Base\n/, cable)
end
end
end
Copy link
Contributor

Choose a reason for hiding this comment

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

Now there's 3 spaces to the end above this. Is that intentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch, it's not.

I force pushed a change to remedy that fact.

- Ambiguous first argument
- Mismatched indentation
kaspth added a commit that referenced this pull request Feb 29, 2016
@kaspth kaspth merged commit b884ee6 into rails:master Feb 29, 2016
@kaspth
Copy link
Contributor

kaspth commented Feb 29, 2016

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants