Sha256: 47b7c7c2019eaef6e28a390df88879cda7a3ce9576e9748972ef9751b3c85983

Contents?: true

Size: 152 Bytes

Versions: 5

Compression:

Stored size: 152 Bytes

Contents

  context "show action" do
    should "render show template" do
      get :show, id: <%= class_name %>.first
      assert_template 'show'
    end
  end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
zoo-generators-0.1.5 lib/generators/zoo/scaffold/templates/tests/shoulda/actions/show.rb
zoo-generators-0.1.4 lib/generators/zoo/scaffold/templates/tests/shoulda/actions/show.rb
zoo-generators-0.1.3 lib/generators/zoo/scaffold/templates/tests/shoulda/actions/show.rb
zoo-generators-0.1.2 lib/generators/zoo/scaffold/templates/tests/shoulda/actions/show.rb
zoo-generators-0.1.1 lib/generators/zoo/scaffold/templates/tests/shoulda/actions/show.rb