# 'cheat assertions' for the rest assert_template(expected = nil, message=nil) Asserts that the request was rendered with the appropriate template file. Examples # assert that the "new" view template was rendered assert_template "new"
cheat sheets.
$ cheat assert_template