Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rubocop-rspec by removing a redundant
let
Only allowed 15 `let` or `subject`s for a given spec, and we now have 16. Removing the `with_null` memoization lets us proceed. In theory it would have allowed us to run the specs with_null set to both true and false, but in practice, we weren't, and the other memoized values _were_ useful for customising the specs.
- Loading branch information