summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Clamp <richardc@unixbeard.net>2017-10-16 12:26:23 +0100
committerRichard Clamp <richardc@unixbeard.net>2017-10-16 12:26:23 +0100
commit9818d3eec69cbf27c63ee481871544f726a9decc (patch)
tree9942865ea2bc43ce63e8645dad03beb0ceedef5c
parentda393460b690a6e394460cfd768822a3134efe7b (diff)
downloadgitlab-ce-9818d3eec69cbf27c63ee481871544f726a9decc.tar.gz
Cleanup a stray instance variable
This was added as part of the previous filtering via RSpec::Config. It should have been removed previously as part of moving the logic to specify the tags we wanted in Specs::Runner
-rw-r--r--qa/qa/specs/config.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/qa/specs/config.rb b/qa/qa/specs/config.rb
index 7d873199d3b..79c681168cc 100644
--- a/qa/qa/specs/config.rb
+++ b/qa/qa/specs/config.rb
@@ -13,7 +13,6 @@ module QA
def initialize
@address = ENV['GITLAB_URL']
- @exclusion_filter = { mattermost: true }
end
def perform