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