Here is the output from running the tests against current master:
adam at mba : ~/projects/thor[master] % git rev-parse --short HEAD
b75e0ac
adam at mba : ~/projects/thor[master] % rspec
................................................................................................................................thor hidden requires at least 1 argument: "thor my_script:hidden TYPE".
thor hidden requires at least 1 argument: "thor my_script:hidden TYPE".
....................................................................................................................................thor two requires at least 0 argument: "thor a:two".
..........................................................................................................................................................................................................................................................................................................................................................
Finished in 1.54 seconds
606 examples, 0 failures
Randomized with seed 23201
Coverage report generated for RSpec to /Users/adam/projects/thor/coverage. 4461 / 4626 LOC (96.43%) covered.
adam at mba : ~/projects/thor[master] %
Should the stderr messages be there or not? The tests pass so I think all is good. Some investigation may be required.
Here is the output from running the tests against current master:
Should the stderr messages be there or not? The tests pass so I think all is good. Some investigation may be required.