Created
November 25, 2013 10:37
-
-
Save gamame/7639458 to your computer and use it in GitHub Desktop.
Rspecでコントローラをテストした時にrenderを実行してくれない。 ref: http://qiita.com/dondoco7/items/c79e8e821e803859409c
This file contains 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
describe ExamplesController do | |
render_views # コレをつけるとrenderを実行してくれる | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment