Skip to content

Commit

Permalink
This is probably correct
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Nov 29, 2018
1 parent 97b6370 commit 978bc89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/mongoid/interceptable_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1766,9 +1766,13 @@ class TestClass
[InterceptableSpec::CbCascadedChild, :after_validation],
[InterceptableSpec::CbParent, :after_validation],
[InterceptableSpec::CbParent, :before_save],
[InterceptableSpec::CbCascadedChild, :before_save],
[InterceptableSpec::CbParent, :before_create],
[InterceptableSpec::CbCascadedChild, :before_create],
[InterceptableSpec::CbParent, :after_create],
[InterceptableSpec::CbCascadedChild, :after_create],
[InterceptableSpec::CbParent, :after_save],
[InterceptableSpec::CbCascadedChild, :after_save],
]
end

Expand Down

0 comments on commit 978bc89

Please sign in to comment.