Skip to content

Commit

Permalink
fix deprication warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Feb 22, 2014
1 parent 34817e3 commit 92726b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/active_interaction/concerns/runnable_spec.rb
Expand Up @@ -13,7 +13,7 @@
described_class.transaction do
fail ActiveRecord::Rollback
end
end.to_not raise_error ActiveRecord::Rollback
end.to_not raise_error
end

context 'with a block' do
Expand Down

0 comments on commit 92726b4

Please sign in to comment.