Commit 76fed11
authored
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.1 parent 3236bb0 commit 76fed11
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments