hasyrails / calendar-vue-original

0 stars 0 forks source link

RSpecでfitでテスト実施分を固定できるように設定する #275

Open hasyrails opened 4 years ago

hasyrails commented 4 years ago

今日から使える! RSpec でテストの実行サンプル it を素早く絞り込み・スキップする方法

RSpec.configure do |config|
  config.filter_run :focus
  config.run_all_when_everything_filtered = true
end