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

Alias assert_select methods to assert_dom versions #93

Merged
merged 1 commit into from
Feb 18, 2021

Conversation

seanpdoyle
Copy link
Contributor

Bridge the gap between #91 (shipped) and #92 (open) by declaring
alias_method expressions for each assert_select variation, adding
assert_dom variations to the interface.

Bridge the gap between [rails#91][] (shipped) and [rails#92][] (open) by declaring
[alias_method][] expressions for each `assert_select` variation, adding
`assert_dom` variations to the interface.

[rails#91]: rails#91
[rails#92]: rails#92
[alias_method]: https://docs.ruby-lang.org/en/3.0.0/Module.html#method-i-alias_method
@rafaelfranca rafaelfranca merged commit 267487e into rails:master Feb 18, 2021
@seanpdoyle seanpdoyle deleted the alias-assert-dom-methods branch February 18, 2021 02:18
@seanpdoyle
Copy link
Contributor Author

@rafaelfranca I realized that Gemfile.lock got modified in this PR. I'm not sure if that's important or not, or should be rolled back. What do you think?

@rafaelfranca
Copy link
Member

That is fine. It is only used for local development.

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

Successfully merging this pull request may close these issues.

2 participants