summaryrefslogtreecommitdiff
path: root/lib/generators/nifty/scaffold/templates/tests/rspec/actions/show.rb
blob: eaa3d9318266894cd4276abd90f17c6dc5ae7697 (plain)
1
2
3
4
  it "show action should render show template" do
    get :show, :id => <%= class_name %>.first
    response.should render_template(:show)
  end