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で使用できる他のコマンドはありますか(カピバラを使用)? ありがとう。
pp
puts
を使用するだけputsです。
rspec 出力形式が であることを確認してくださいdocumentation。のようなコマンド
documentation
rspec --format documentation
またはそれを設定します.rspec
.rspec