Where can I find good examples of testing a Thor script with RSpec?
My searches have so far not turned up anything good.
Where can I find good examples of testing a Thor script with RSpec?
My searches have so far not turned up anything good.
Try out Thor's own repo at https://github.com/wycats/thor/tree/master/spec
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.
© 2022 - 2024 — McMap. All rights reserved.