Sha256: 7390fc7ac3061212cb7bbc38d7f99aa5690a7ca6b6fdb83607cb87151acf2fbb

Contents?: true

Size: 152 Bytes

Versions: 2

Compression:

Stored size: 152 Bytes

Contents

  it "show action should render show template" do
    get :show, :id => Factory(:<%= singular_name %>)
    response.should render_template(:show)
  end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
linki-nifty-generators-0.3.1 rails_generators/nifty_scaffold/templates/tests/rspec/actions/show.rb
linki-nifty_generators-0.3.1 rails_generators/nifty_scaffold/templates/tests/rspec/actions/show.rb