Open hasyrails opened 4 years ago
今日から使える! RSpec でテストの実行サンプル it を素早く絞り込み・スキップする方法
RSpec.configure do |config| config.filter_run :focus config.run_all_when_everything_filtered = true end
今日から使える! RSpec でテストの実行サンプル it を素早く絞り込み・スキップする方法