dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.64k stars 280 forks source link

Are tests not written correctly? #150

Open eliperelman opened 8 years ago

eliperelman commented 8 years ago

In trying to update the solution for #52, I ran across my updates not passing the tests. First up, the test says that its missing the required option --required. I'm not sure if I actually broke something, or if the test just wasn't written properly. It appears that while the fixture doesn't pass any options, the command actually wants the --required option, it just wasn't provided.

Thoughts? Is this test written correctly?

dthree commented 8 years ago

It might be. Correct the test to what you think it should do, and post the test code here, and I'll make sure it confirms to how I expected it to behave. Thanks!