Created
September 5, 2016 05:24
-
-
Save giancarlosisasi/14fdd8ff85fe9625b59320349aa1cf30 to your computer and use it in GitHub Desktop.
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
| # INDEX action | |
| it 'show the correct view' do | |
| expect(response).to render_template ‘index’ | |
| end | |
| # SHOW action | |
| it 'show the correct view' do | |
| expect(response).to render_template ‘show’ | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment