-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
They are basically in two categories: 1. Variables with name ending with digits. This is generaly not a good idea but in the test suite we want to send messages in order and numbering them help, so silence the related offences; 2. Test that do not explicitly run expectations. Some run a function that had the expectation, so this was refactored to remove the extra layer that caused rubocop confusion; other just made sure that to expection was raised, but did not explicitly tested for it, so explicitly state that we expect no exception.
- Loading branch information
Showing
2 changed files
with
31 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters