WIP
This commit is contained in:
parent
20dc6a708b
commit
8d8d2759ef
2 changed files with 1 additions and 3 deletions
|
@ -34,7 +34,7 @@ prepare:
|
||||||
variables:
|
variables:
|
||||||
USE_DB: "false"
|
USE_DB: "false"
|
||||||
script:
|
script:
|
||||||
#- bundle exec rake assets:precompile
|
- bundle exec rake assets:precompile
|
||||||
- echo "{}" > knapsack_rspec_report.json
|
- echo "{}" > knapsack_rspec_report.json
|
||||||
- echo "{}" > knapsack_cucumber_report.json
|
- echo "{}" > knapsack_cucumber_report.json
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
@ -21,8 +21,6 @@ require_relative 'rerun'
|
||||||
require Rails.root.join('spec', 'support', f)
|
require Rails.root.join('spec', 'support', f)
|
||||||
end
|
end
|
||||||
|
|
||||||
Knapsack::Adapters::CucumberAdapter.bind
|
|
||||||
|
|
||||||
Dir["#{Rails.root}/features/steps/shared/*.rb"].each { |file| require file }
|
Dir["#{Rails.root}/features/steps/shared/*.rb"].each { |file| require file }
|
||||||
|
|
||||||
WebMock.allow_net_connect!
|
WebMock.allow_net_connect!
|
||||||
|
|
Loading…
Reference in a new issue