You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bunch of the metadata on the example points to the DSL module rather than the place where the verify is being called, since specify() is being called in the DSL module. I think it should be possible to bind the call to specify to the callers context.
Some of the issues this causes are:
The approvals don't register :filtered => true, e.g. if you try to run just certain examples or groups.
The formatter for an example group points to the DSL file rather than the spec file
The text was updated successfully, but these errors were encountered:
A bunch of the metadata on the example points to the
DSL
module rather than the place where theverify
is being called, sincespecify()
is being called in theDSL
module. I think it should be possible to bind the call to specify to the callers context.Some of the issues this causes are:
:filtered => true
, e.g. if you try to run just certain examples or groups.DSL
file rather than the spec fileThe text was updated successfully, but these errors were encountered: