Commit d7537806 authored by Rémy Coutable's avatar Rémy Coutable

Revert "Merge branch 'fix-qa-template' into 'master'"

This reverts commit 1c0f47ae, reversing
changes made to 1ef9c067.
parent 1aea1330
......@@ -23,8 +23,6 @@ module QA
def perform(options, *args)
extract_address(:gitlab_address, options, args)
QA::Runtime::Browser.configure!
Runtime::Feature.enable(options[:enable_feature]) if options.key?(:enable_feature)
Specs::Runner.perform do |specs|
......
......@@ -20,8 +20,6 @@ module QA
def self.do_perform(address, *rspec_options)
Runtime::Scenario.define(:gitlab_address, address)
QA::Runtime::Browser.configure!
Specs::Runner.perform do |specs|
specs.tty = true
specs.options = rspec_options if rspec_options.any?
......
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