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 tests on action_mailer #17204

Merged
merged 1 commit into from
Oct 7, 2014

Conversation

schneems
Copy link
Member

@schneems schneems commented Oct 7, 2014

Include appropriate helpers and use assert_dom_equal where applicable

Include appropriate helpers and use `assert_dom_equal` where applicable
@@ -16,7 +16,7 @@ module Behavior

include ActiveSupport::Testing::ConstantLookup
include TestHelper
include Rails::Dom::Testing::Assertions::SelectorAssertions
include Rails::Dom::Testing::Assertions
Copy link
Member

Choose a reason for hiding this comment

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

I think it is better to include only DomAssertions and SelectorAssertions to not include the deprecated assert_tag

Copy link
Member

Choose a reason for hiding this comment

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

I'll fix.

Copy link
Member Author

Choose a reason for hiding this comment

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

sorry, got side-tracked in a support ticket. Thanks!

@rafaelfranca rafaelfranca merged commit e6b0b76 into rails:master Oct 7, 2014
rafaelfranca added a commit that referenced this pull request Oct 7, 2014
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