Drop knapsack

It constantly fails with "Mysql2::Error: This connection is in use by...".
Might be because of database cleaner? But until we can get this stable,
rip it out again.

Replaced by a matrix based on test type
This commit is contained in:
Henne Vogelsang 2018-09-19 22:06:42 +02:00
parent da91ff8371
commit a0b79c7789
10 changed files with 24 additions and 692 deletions

View file

@ -275,8 +275,6 @@ group :test do
gem 'rails-controller-testing'
# For managing the environment
gem 'climate_control'
# parallel tests
gem 'knapsack'
end
group :development, :test do