# File lib/generators/nifty/scaffold/templates/tests/testunit/actions/show.rb, line 1
  def test_show
    get :show, :id => <%= class_name %>.first
    assert_template 'show'
  end