summaryrefslogtreecommitdiff
path: root/lib/generators/nifty/scaffold/templates/tests/shoulda/actions/index.rb
blob: 44b056b1a0384f6e8141409ae6c8cd4c2bfec0a7 (plain)
1
2
3
4
5
6
  context "index action" do
    should "render index template" do
      get :index
      assert_template 'index'
    end
  end