From 472f1f6d3aac08e5c8003c12ae4238e375dcf749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= <remy@rymai.me> Date: Mon, 10 Sep 2018 14:40:25 +0200 Subject: [PATCH] [QA] Fix Geo scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable <remy@rymai.me> --- qa/qa/ee/scenario/test/geo.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qa/qa/ee/scenario/test/geo.rb b/qa/qa/ee/scenario/test/geo.rb index 14c372cf374..f69cc84235a 100644 --- a/qa/qa/ee/scenario/test/geo.rb +++ b/qa/qa/ee/scenario/test/geo.rb @@ -8,6 +8,8 @@ module QA class Geo < QA::Scenario::Template include QA::Scenario::Bootable + tags :geo + attribute :geo_primary_address, '--primary-address PRIMARY' attribute :geo_primary_name, '--primary-name PRIMARY_NAME' attribute :geo_secondary_address, '--secondary-address SECONDARY' @@ -32,8 +34,8 @@ module QA Specs::Runner.perform do |specs| specs.tty = true - specs.tags = %w[geo] - specs.options = rspec_options.any? ? rspec_options : 'qa/specs/features' + specs.tags = self.class.focus + specs.options = rspec_options if rspec_options.any? end end -- 2.30.9