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:
parent
da91ff8371
commit
a0b79c7789
10 changed files with 24 additions and 692 deletions
|
|
@ -1,7 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
# This file is copied to spec/ when you run 'rails generate rspec:install'
|
||||
require 'knapsack'
|
||||
require 'simplecov'
|
||||
|
||||
if ENV['TRAVIS']
|
||||
|
|
@ -103,4 +102,3 @@ 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