drewdeponte / snapdragon

A Jasmine JavaScript test runner that lets you run tests on the command-line similar to RSpec.
Other
6 stars 8 forks source link

snapdragon - running from command prompt #30

Open manoharaa opened 10 years ago

manoharaa commented 10 years ago

Hello,

I have my specs inside spec/javascript/ folder and while running from command prompt as - snapdragon spec/javascript/
It fails all test cases. (Note forward slash at the end)

But same works if I don't use '/' at last or put '*' at the end.

Thanks.

drewdeponte commented 10 years ago

@manohara what version of snapdragon are you using?

manoharaa commented 10 years ago

it's 1.0.0

$:workspace Manohar$ snapdragon -v 1.0.0 $:workspace Manohar$