diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-05-24 13:25:13 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-05-25 09:36:39 +0200 |
commit | 6984c2eede7794d3c2498c9e91e26296fbb4c6de (patch) | |
tree | 4c6b61b31e50b660e0707ec817955c82f473aacc /qa/spec | |
parent | ec2130bea8d2ee1b327b0c99b27768cd13bd6cb8 (diff) | |
download | gitlab-ce-6984c2eede7794d3c2498c9e91e26296fbb4c6de.tar.gz |
Use headless chrome instead of webkit via QtWebkit
Diffstat (limited to 'qa/spec')
-rw-r--r-- | qa/spec/spec_helper.rb | 1 |
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 |