-
-
Save mlr/6574be720a88800b7883 to your computer and use it in GitHub Desktop.
Rspec Rails cheatsheet with expect syntax (including capybara matchers)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Rendering & Redirecting | |
| response.should render_template(:index) | |
| response.should redirect_to(movies_path) | |
| #Matching | |
| response.body.should have_content("Hello world") | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment