forked from nyagato-00/predictor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert specs to RSpec 2.14.8 syntax with Transpec
This conversion is done by Transpec 2.3.1 with the following command: transpec * 98 conversions from: obj.should to: expect(obj).to * 94 conversions from: == expected to: eq(expected) * 2 conversions from: > expected to: be > expected * 1 conversion from: < expected to: be < expected For more details: https://github.com/yujinakayama/transpec#supported-conversions
- Loading branch information
1 parent
f7c4670
commit 82b9024
Showing
2 changed files
with
98 additions
and
98 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