Skip to content

v1.2.0

Compare
Choose a tag to compare
@rosylilly rosylilly released this 15 Mar 08:42
· 35 commits to master since this release

New #within_context_of behavior.

OLD:

within_context_of(AnyContext)
# or
within_context_of(:any_context)

NEW:

within_context_of(AnyContext)
# or
within_context_of(:any)