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:
parent
da393460b6
commit
9818d3eec6
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ module QA
|
|||
|
||||
def initialize
|
||||
@address = ENV['GITLAB_URL']
|
||||
@exclusion_filter = { mattermost: true }
|
||||
end
|
||||
|
||||
def perform
|
||||
|
|
Loading…
Reference in a new issue