DEV: Use a bigger suite for warming up the tmp folder

This commit is contained in:
romanrizzi 2019-11-13 18:34:10 -03:00
parent c63e84dc62
commit 0ba0aa00e7

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/clicks_controller_spec.rb')
run_or_fail('bundle exec rspec ./spec/requests/groups_controller_spec.rb')
end
unless ENV["SKIP_CORE"]