You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in the process of upgrading out Rails 3.2 app to Rails 4.1.5. When I run the full test suite (rake test) teh observer callbacks are fired. However, when I try to run a single test (rake test TEST=somefile.rb) the observer callbacks are not fire.
Any idea why this would be? I do not see the same behavior in Rails 3.2
The text was updated successfully, but these errors were encountered:
I'm in the process of upgrading out Rails 3.2 app to Rails 4.1.5. When I run the full test suite (rake test) teh observer callbacks are fired. However, when I try to run a single test (rake test TEST=somefile.rb) the observer callbacks are not fire.
Any idea why this would be? I do not see the same behavior in Rails 3.2
The text was updated successfully, but these errors were encountered: