Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow-up of previous commits. Instead of defining constants and manually removing them with `remove_const` (which wasn't done here) use the built-in RSpec helper `stub_const`. This will prevent constants from leaking into other specs.
- Loading branch information