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
This commit is contained in:
Richard Clamp 2017-10-16 12:26:23 +01:00
parent da393460b6
commit 9818d3eec6

View file

@ -13,7 +13,6 @@ module QA
def initialize
@address = ENV['GITLAB_URL']
@exclusion_filter = { mattermost: true }
end
def perform