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.
我们想在集成测试期间将一些变量打印到屏幕上。pp并且puts什么也没做。我们可以在 rspec 中使用其他命令在集成测试中打印到屏幕(使用 capybara)吗?谢谢。
pp
puts
只需使用puts.
确保您的 rspec 输出格式为documentation. 命令之类的
documentation
rspec --format documentation
或将其设置为.rspec
.rspec