summaryrefslogtreecommitdiff
path: root/lib/generators/nifty/scaffold/templates/tests/testunit/actions/new.rb
blob: c551327309dc602069a768e5b787a6bb96319a96 (plain)
1
2
3
4
  def test_new
    get :new
    assert_template 'new'
  end