Skip to content

v2.7.0

Latest
Compare
Choose a tag to compare
@sleepingkingstudios sleepingkingstudios released this 20 Jan 00:06
· 93 commits to main since this release

Concerns

Implemented RSpec::SleepingKingStudios::Contract and the IncludeContract concern. These provide a mechanism for documenting and sharing specifications between projects.

Matchers

Renamed the #alias_method matcher to #have_aliased_method, and renamed the AliasMethodMatcher to HaveAliasedMethodMatcher. Using the older matcher will trigger a deprecation warning.