问题
Where can I find good examples of testing a Thor script with RSpec?
My searches have so far not turned up anything good.
回答1:
Try out Thor's own repo at https://github.com/wycats/thor/tree/master/spec
回答2:
I'm trying to do rspec tests for thor in my homedir project (in the homedir3 branch, at the moment). Look in the CLI_spec.rb file.
I don't claim they are the paragon of unit tests but it's something to look at.
来源:https://stackoverflow.com/questions/7061988/where-can-i-find-good-examples-of-testing-a-thor-script-with-rspec