Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有任何东西可以帮助我将表格测试向量输入到我的 rspec 和/或 minitest 测试中?就像您可以在 Cucumber 步骤中使用的表格一样。
由于您不使用 Cucumber,我想阅读您的代码的人将是您或同行开发人员。
在这种情况下,你可以自由地使用 Array 或 Hash 或%w{}标签来表示 cucumber 中的“表”,它们比开发人员眼中的“表”要干净得多。
%w{}