Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/flow/saml.rb')
-rw-r--r--qa/qa/flow/saml.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/qa/qa/flow/saml.rb b/qa/qa/flow/saml.rb
index 1280f59c3c2..8a0ebb9f551 100644
--- a/qa/qa/flow/saml.rb
+++ b/qa/qa/flow/saml.rb
@@ -3,7 +3,7 @@
module QA
module Flow
module Saml
- module_function
+ extend self
def page
Capybara.current_session
@@ -72,3 +72,5 @@ module QA
end
end
end
+
+QA::Flow::Saml.prepend_mod_with('Flow::Saml', namespace: QA)