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