summaryrefslogtreecommitdiff
path: root/lib/generators/nifty/scaffold/templates/tests/rspec/actions/index.rb
blob: a40ea16809cd22f95e85f6e1ca2e75d01213cbaf (plain)
1
2
3
4
  it "index action should render index template" do
    get :index
    response.should render_template(:index)
  end