5
2

More than 3 years have passed since last update.

【Rails】Rspecの出力結果を見やすくする方法

Posted at

やり方

Rspec実行コマンドに「-f documentation」オプション付与する

ターミナル
$ bundle exec rspec -f documentation spec/models/robo_test_spec.rb

比較

オプションを付与していない場合

スクリーンショット 2021-05-26 20.48.48.png

オプションを付与した場合

スクリーンショット 2021-05-26 20.48.08.png

5
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
2