-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
I'm going mad.
In most of my Rspec specs I want observers to be disabled, except for some. But
ActiveRecord::Base.observers.disable :all
is not working.
It goes through the motions, something happens, I can see all the observers in the disabled_observers array but the observers still trigger.
It's driving me nuts. However I can see that the gem tests for disable are passing. It must be that the tests are not testing real things
Metadata
Metadata
Assignees
Labels
No labels