Commit 9818d3ee authored by Richard Clamp's avatar Richard Clamp

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
parent da393460
......@@ -13,7 +13,6 @@ module QA
def initialize
@address = ENV['GITLAB_URL']
@exclusion_filter = { mattermost: true }
end
def perform
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment