6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
time bundle exec cucumber \
|
||
|
-f Features::Support::Overview \
|
||
|
"$@"
|