diff options
| author | Sanad Liaquat <sliaquat@gitlab.com> | 2019-02-12 10:46:46 +0500 |
|---|---|---|
| committer | Sanad Liaquat <sliaquat@gitlab.com> | 2019-02-12 10:46:46 +0500 |
| commit | 29166602711608513ee612f1a055246f18b3f521 (patch) | |
| tree | 3eba2130c4de3c872b62cb081f138709657188a9 | |
| parent | a75fc7cb40cdd0e637b6d35d57f8bf942ba126d4 (diff) | |
| download | gitlab-ce-qa-ml-quarantine-context-sl-suggestion.tar.gz | |
Fix spacesqa-ml-quarantine-context-sl-suggestion
| -rw-r--r-- | qa/spec/spec_helper_spec.rb | 4 |
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 |
