Sha256: affba4b7f1b165f6469b23d685d63946df09ea1b8a464a73effead26a48e6a02

Contents?: true

Size: 152 Bytes

Versions: 5

Compression:

Stored size: 152 Bytes

Contents

  context "edit action" do
    should "render edit template" do
      get :edit, id: <%= class_name %>.first
      assert_template 'edit'
    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/edit.rb
zoo-generators-0.1.4 lib/generators/zoo/scaffold/templates/tests/shoulda/actions/edit.rb
zoo-generators-0.1.3 lib/generators/zoo/scaffold/templates/tests/shoulda/actions/edit.rb
zoo-generators-0.1.2 lib/generators/zoo/scaffold/templates/tests/shoulda/actions/edit.rb
zoo-generators-0.1.1 lib/generators/zoo/scaffold/templates/tests/shoulda/actions/edit.rb