Module: ShouldNot
- Defined in:
- lib/should_not.rb,
lib/should_not/version.rb,
lib/should_not/constants.rb
Constant Summary collapse
- VERSION =
"1.1.0"- STARTS_WITH_SHOULD =
/\Ashould(?:n't)?\s/i.freeze
- FAILURE_MESSAGE =
"You should_not start an example with should!".freeze
- MINITEST_DESCRIPTION_PREFIX =
/\Atest_\d+_/.freeze