lib/gitlab/qa/scenario/test/integration/ssh_tunnel.rb in gitlab-qa-7.9.0 vs lib/gitlab/qa/scenario/test/integration/ssh_tunnel.rb in gitlab-qa-7.9.1
- old
+ new
@@ -4,11 +4,10 @@
module QA
module Scenario
module Test
module Integration
class SSHTunnel < Scenario::Template
- # rubocop:disable Metrics/AbcSize
def perform(release, *rspec_args)
Runtime::Env.override_default_password!
Runtime::Env.require_ssh_tunnel!
Component::Gitlab.perform do |gitlab|
@@ -47,10 +46,9 @@
end
end
end
end
end
- # rubocop:enable Metrics/AbcSize
end
end
end
end
end