summaryrefslogtreecommitdiff
path: root/lib/generators/nifty/scaffold/templates/tests/shoulda/actions/new.rb
blob: 5857a556b5268124d8f625d450378c3fa74516f1 (plain)
1
2
3
4
5
6
  context "new action" do
    should "render new template" do
      get :new
      assert_template 'new'
    end
  end