mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixed the SelectorAssertions documentation url.
This commit is contained in:
parent
5a6f651a6a
commit
19e68b4909
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ assert_select "ol" do
|
|||
end
|
||||
</ruby>
|
||||
|
||||
The +assert_select+ assertion is quite powerful. For more advanced usage, refer to its "documentation":http://api.rubyonrails.org/classes/ActionController/Assertions/SelectorAssertions.html.
|
||||
The +assert_select+ assertion is quite powerful. For more advanced usage, refer to its "documentation":http://api.rubyonrails.org/classes/ActionDispatch/Assertions/SelectorAssertions.html.
|
||||
|
||||
h5. Additional View-Based Assertions
|
||||
|
||||
|
|
Loading…
Reference in a new issue