Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-05-24 14:25:13 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-05-25 10:36:39 +0300
commit6984c2eede7794d3c2498c9e91e26296fbb4c6de (patch)
tree4c6b61b31e50b660e0707ec817955c82f473aacc /qa/spec/spec_helper.rb
parentec2130bea8d2ee1b327b0c99b27768cd13bd6cb8 (diff)
Use headless chrome instead of webkit via QtWebkit
Diffstat (limited to 'qa/spec/spec_helper.rb')
-rw-r--r--qa/spec/spec_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/spec/spec_helper.rb b/qa/spec/spec_helper.rb
index c07a3234673..64d06ef6558 100644
--- a/qa/spec/spec_helper.rb
+++ b/qa/spec/spec_helper.rb
@@ -12,7 +12,6 @@ RSpec.configure do |config|
config.shared_context_metadata_behavior = :apply_to_host_groups
config.disable_monkey_patching!
config.expose_dsl_globally = true
- config.warnings = true
config.profile_examples = 10
config.order = :random
Kernel.srand config.seed