Skip to content

Commit

Permalink
remove failing test line - must be an activerecord 2 thing
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmwu committed Jun 4, 2013
1 parent 2f3334a commit 25d7065
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/ar_after_transaction_spec.rb
Expand Up @@ -65,7 +65,6 @@ def raise_rollback
User.test_callbacks = [:do_after, :do_normal, :raise_rollback]
user = User.create!
User.test_stack.should == [:normal]
user.should be_new_record
end

it "does not execute when transaction gets rolled back by ActiveRecord::Rollback outside of the model" do
Expand Down

0 comments on commit 25d7065

Please sign in to comment.