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
- ### Problem
Rails made a change in rails/rails@d4367eb
and TestFixtures don't make use of `method_name` anymore, but simply
`name`.
`name` on RSpec raises a `WrongScopeError` when called within an
example.
This patch overrides `name` to return the example name instead.
0 commit comments