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