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