Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stub constant in spec rather than defining it
By defining it we may inadvertently overwrite an existing constant for the whole test suite. Use RSpec's `stub_const` to only overwrite it for this one test.
- Loading branch information