Fix Knapsack report generation for Spinach
This commit is contained in:
parent
7303de91ec
commit
da47f20a02
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ require_relative 'rerun'
|
||||||
|
|
||||||
if ENV['CI']
|
if ENV['CI']
|
||||||
require 'knapsack'
|
require 'knapsack'
|
||||||
Knapsack::Adapters::RSpecAdapter.bind
|
Knapsack::Adapters::SpinachAdapter.bind
|
||||||
end
|
end
|
||||||
|
|
||||||
%w(select2_helper test_env repo_helpers).each do |f|
|
%w(select2_helper test_env repo_helpers).each do |f|
|
||||||
|
|
Loading…
Reference in a new issue