在哪里可以找到使用 RSpec 测试 Thor 脚本的好示例?
在哪里可以找到使用 RSpec 测试 Thor 脚本的好示例?
到目前为止,我的搜索还没有找到任何好的结果。
Where can I find good examples of testing a Thor script with RSpec?
My searches have so far not turned up anything good.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 https://github.com/wycats/thor/tree/master/spec
Try out Thor's own repo at https://github.com/wycats/thor/tree/master/spec
我正在尝试在我的 homedir 项目(目前在 homedir3 分支中)中为 thor 进行 rspec 测试。查看 CLI_spec.rb 文件。
我并不是说它们是单元测试的典范,但它确实值得关注。
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.