Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These two messages would appear on some tests, on the console. With this commit those messages are still caught but don’t show up on the console anymore (in the middle of RSpec’s dots). The messages were: - You have to provide an email address. Usage: rake member:delete'[[email protected]]' - Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. Technically, the second one is not a message we display on the code, but rather an RSpec warning telling us one of our variables was nil. Adding content to the constructor was the solution.
- Loading branch information