mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
WIP
This commit is contained in:
+1
-1
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user