Sha256: 46679c9f6fc28193d9316cf486cbe14f9df3624a78a0ad4b3c3aa4bd2a39b50e

Contents?: true

Size: 322 Bytes

Versions: 37

Compression:

Stored size: 322 Bytes

Contents

  context "destroy action" do
    should "destroy model and redirect to index action" do
      <%= singular_name %> = <%= class_name %>.first
      delete :destroy, :id => <%= singular_name %>
      assert_redirected_to <%= plural_name %>_url
      assert !<%= class_name %>.exists?(<%= singular_name %>.id)
    end
  end

Version data entries

37 entries across 30 versions & 7 rubygems

Version Path
iain-pizza-generators-0.1.1 rails_generators/pizza_scaffold/templates/tests/shoulda/actions/destroy.rb
iain-pizza-generators-0.1.2 rails_generators/pizza_scaffold/templates/tests/shoulda/actions/destroy.rb
iain-pizza-generators-0.1.3 rails_generators/pizza_scaffold/templates/tests/shoulda/actions/destroy.rb
iain-pizza-generators-0.1.4 rails_generators/pizza_scaffold/templates/tests/shoulda/actions/destroy.rb
polly-nifty-generators-0.2.3 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
ryanb-nifty-generators-0.1.7 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
twilson63-nifty-generators-0.2.5 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
twilson63-nifty-generators-0.2.6 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
twilson63-nifty-generators-0.2.7 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
twilson63-nifty-generators-0.2.8 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
twilson63-nifty-generators-0.2.9 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
twilson63-nifty-generators-0.3.0 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
twilson63-nifty-generators-0.3.1 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
twilson63-nifty-generators-0.3.2 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
twilson63-nifty-generators-0.3.2 rails_generators/nifty_nested_scaffold/templates/tests/shoulda/actions/destroy.rb
twilson63-nifty-generators-0.3.3 rails_generators/nifty_nested_scaffold/templates/tests/shoulda/actions/destroy.rb
twilson63-nifty-generators-0.3.3 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
twilson63-nifty-generators-0.3.4 rails_generators/nifty_nested_scaffold/templates/tests/shoulda/actions/destroy.rb
twilson63-nifty-generators-0.3.4 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
twilson63-nifty-generators-0.3.5 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb