summaryrefslogtreecommitdiff
path: root/lib/generators/nifty/scaffold/templates/tests/testunit/actions/edit.rb
blob: 55ed24ac9ccba1822bb765dfc56fa6e8b800bdd1 (plain)
1
2
3
4
  def test_edit
    get :edit, :id => <%= class_name %>.first
    assert_template 'edit'
  end