summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-02-12 10:46:46 +0500
committerSanad Liaquat <sliaquat@gitlab.com>2019-02-12 10:46:46 +0500
commit29166602711608513ee612f1a055246f18b3f521 (patch)
tree3eba2130c4de3c872b62cb081f138709657188a9
parenta75fc7cb40cdd0e637b6d35d57f8bf942ba126d4 (diff)
downloadgitlab-ce-qa-ml-quarantine-context-sl-suggestion.tar.gz
-rw-r--r--qa/spec/spec_helper_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/spec/spec_helper_spec.rb b/qa/spec/spec_helper_spec.rb
index 135a751a28e..421cf76c812 100644
--- a/qa/spec/spec_helper_spec.rb
+++ b/qa/spec/spec_helper_spec.rb
@@ -207,7 +207,7 @@ describe 'rspec config tests' do
context 'with :quarantine and a non-quarantine tag (:foo) focussed' do
before do
RSpec.configure do |config|
- config.inclusion_filter = {quarantine: true, foo: true}
+ config.inclusion_filter = { quarantine: true, foo: true }
end
group.run
@@ -275,7 +275,7 @@ describe 'rspec config tests' do
context 'with :quarantine and multiple non-quarantine tags focussed' do
before do
RSpec.configure do |config|
- config.inclusion_filter = {bar: true, foo: true, quarantine: true}
+ config.inclusion_filter = { bar: true, foo: true, quarantine: true }
end
group.run