diff options
author | Richard Clamp <richardc@unixbeard.net> | 2017-10-16 12:26:23 +0100 |
---|---|---|
committer | Richard Clamp <richardc@unixbeard.net> | 2017-10-16 12:26:23 +0100 |
commit | 9818d3eec69cbf27c63ee481871544f726a9decc (patch) | |
tree | 9942865ea2bc43ce63e8645dad03beb0ceedef5c /qa | |
parent | da393460b690a6e394460cfd768822a3134efe7b (diff) | |
download | gitlab-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
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/specs/config.rb | 1 |
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 |