summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-23 14:31:32 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-23 14:31:32 +0100
commit5bead3e29965ec26ccf3320d65a5757d673d9958 (patch)
treeccaefb8d1b41607726246b55b91176436bfacafd
parenta4e581229e729c5f21fa65cfc708e964b65b6c5b (diff)
downloadgitlab-ce-qa/gb/ci-cd-qa-pipelines.tar.gz
Fix offense in runners settings QA page object classqa/gb/ci-cd-qa-pipelines
-rw-r--r--qa/qa/page/project/settings/runners.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/qa/qa/page/project/settings/runners.rb b/qa/qa/page/project/settings/runners.rb
index ff763402d98..b41668c94cd 100644
--- a/qa/qa/page/project/settings/runners.rb
+++ b/qa/qa/page/project/settings/runners.rb
@@ -9,10 +9,12 @@ module QA
end
##
- # TODO, phase-out CSS classes from Ruby helpers.
+ # TODO, phase-out CSS classes added in Ruby helpers.
#
view 'app/helpers/runners_helper.rb' do
+ # rubocop:disable Lint/InterpolationCheck
element :runner_status, 'runner-status-#{status}'
+ # rubocop:enable Lint/InterpolationCheck
end
def registration_token