summaryrefslogtreecommitdiff
path: root/lib/generators/nifty/scaffold/templates/tests/shoulda/actions/show.rb
blob: 75b37f6cb90efca69286ae80900c0967de9a6bef (plain)
1
2
3
4
5
6
  context "show action" do
    should "render show template" do
      get :show, :id => <%= class_name %>.first
      assert_template 'show'
    end
  end