From 9818d3eec69cbf27c63ee481871544f726a9decc Mon Sep 17 00:00:00 2001 From: Richard Clamp Date: Mon, 16 Oct 2017 12:26:23 +0100 Subject: 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 --- qa/qa/specs/config.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'qa') 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 -- cgit v1.2.1