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
Add 'feature' and 'scenario' to runnable methods for specs (#167)
This allows the test running of specs that start with "feature" or
"scenario".
In the current situation, we need to change the "scenario" tag to "it"
to make it work. With this change, we no longer have to.
0 commit comments