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
path: root/qa
diff options
context:
space:
mode:
authorRichard Clamp <richardc@unixbeard.net>2017-10-16 14:26:23 +0300
committerRichard Clamp <richardc@unixbeard.net>2017-10-16 14:26:23 +0300
commit9818d3eec69cbf27c63ee481871544f726a9decc (patch)
tree9942865ea2bc43ce63e8645dad03beb0ceedef5c /qa
parentda393460b690a6e394460cfd768822a3134efe7b (diff)
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
Diffstat (limited to 'qa')
-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