【发布时间】:2011-06-27 14:51:06
【问题描述】:
是否有任何现有的解决方案(最好是 gem)来使用 rspec 运行一些规范切片?
例如:
rspec . # runs whole test suite
rspec . --keywords=project # runs all specs that have "project" keyword there somewhere
还是类似的?
【问题讨论】:
标签: ruby-on-rails ruby tags components rspec