DEV: Run a faster test when warming up

This commit is contained in:
romanrizzi 2019-10-28 17:17:28 -03:00
parent bacc114462
commit 197ad8cd6e
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ task 'docker:test' do
puts "travis_fold:start:ruby_tests" if ENV["TRAVIS"]
if ENV['WARMUP_TMP_FOLDER']
run_or_fail('bundle exec rspec ./spec/requests/users_controller_spec.rb:222')
run_or_fail('bundle exec rspec ./spec/requests/clicks_controller_spec.rb')
end
unless ENV["SKIP_CORE"]