Open dougm opened 9 years ago
Shouldn't $(echo $quoted_name | tr -d '\"') be the (double-quoted) expression "${quoted_name//\"/}" instead ?
@Anvil indeed, thanks, changed + pushed.
I would love to see this get merged in. I currently put something almost exactly like this in my 'setup' routine and use it to call 'skip'.
Any chance this got merged? It's super useful for me too.
The option can be set using the BATS_TEST_PATTERN env var.
TODO: Add bats cli option
Fixes issue #36