Use knapsack to parallelize tests
...in order to reduce TravisCI runtimes
This commit is contained in:
parent
03ef28e74d
commit
dd0a52cca9
8 changed files with 136 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# This file is copied to spec/ when you run 'rails generate rspec:install'
|
||||
require 'knapsack'
|
||||
require 'simplecov'
|
||||
|
||||
if ENV['TRAVIS']
|
||||
|
|
@ -102,3 +103,4 @@ RSpec.configure do |config|
|
|||
end
|
||||
|
||||
OmniAuth.config.test_mode = true
|
||||
Knapsack::Adapters::RSpecAdapter.bind
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue