Commit 8d8d2759 authored by Kamil Trzcinski's avatar Kamil Trzcinski

WIP

parent 20dc6a70
......@@ -34,7 +34,7 @@ prepare:
variables:
USE_DB: "false"
script:
#- bundle exec rake assets:precompile
- bundle exec rake assets:precompile
- echo "{}" > knapsack_rspec_report.json
- echo "{}" > knapsack_cucumber_report.json
artifacts:
......
......@@ -21,8 +21,6 @@ require_relative 'rerun'
require Rails.root.join('spec', 'support', f)
end
Knapsack::Adapters::CucumberAdapter.bind
Dir["#{Rails.root}/features/steps/shared/*.rb"].each { |file| require file }
WebMock.allow_net_connect!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment