Sha256: 41a92c6aaf4e583dd4b3adc17933b0f32db5aac98eb4facb009fefc985e1ddc7

Contents?: true

Size: 324 Bytes

Versions: 104

Compression:

Stored size: 324 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 <%= items_path('url') %>
      assert !<%= class_name %>.exists?(<%= singular_name %>.id)
    end
  end

Version data entries

104 entries across 83 versions & 16 rubygems

Version Path
flockonus-nifty-generators-0.0.9 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
nifty-generators-0.4.5 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
flockonus-nifty-generators-0.0.8 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
flockonus-nifty-generators-0.0.7 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
flockonus-nifty-generators-0.0.6 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
nifty-generators-0.4.4 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
nifty-generators-0.4.3 lib/generators/nifty/scaffold/templates/tests/shoulda/actions/destroy.rb
nifty-generators-0.4.3 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
nifty-generators-0.4.2 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
nifty-generators-0.4.2 lib/generators/nifty/scaffold/templates/tests/shoulda/actions/destroy.rb
nifty-generators-0.4.1 lib/generators/nifty/scaffold/templates/tests/shoulda/actions/destroy.rb
nifty-generators-0.4.1 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
niftier-generators-0.1.2 lib/generators/niftier/scaffold/templates/tests/shoulda/actions/destroy.rb
niftier-generators-0.1.1 lib/generators/niftier/scaffold/templates/tests/shoulda/actions/destroy.rb
niftier-generators-0.1.0 lib/generators/niftier/scaffold/templates/tests/shoulda/actions/destroy.rb
corntrace-nifty-generators-0.4.1 lib/generators/nifty/scaffold/templates/tests/shoulda/actions/destroy.rb
corntrace-nifty-generators-0.4.1 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
corntrace-nifty-generators-0.4.0 rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb
corntrace-nifty-generators-0.4.0 lib/generators/nifty/scaffold/templates/tests/shoulda/actions/destroy.rb
nifty-generators-0.4.0 lib/generators/nifty/scaffold/templates/tests/shoulda/actions/destroy.rb