summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index dccb95613f1..d684d7c7651 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -423,6 +423,10 @@ module QA
autoload :Show, 'qa/page/project/snippet/show'
autoload :Index, 'qa/page/project/snippet/index'
end
+
+ module Secure
+ autoload :ConfigurationForm, 'qa/page/project/secure/configuration_form'
+ end
end
module Profile