Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
WrongScopeError
being thrown on Rails master:
- ### 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.
- Loading branch information