Commit 9972b0e6 authored by Robert Speicher's avatar Robert Speicher

Use autoloading instead of an explicit require

parent 88194b81
......@@ -34,6 +34,10 @@ module QA
module Project
autoload :Create, 'qa/scenario/gitlab/project/create'
end
module Sandbox
autoload :Prepare, 'qa/scenario/gitlab/sandbox/prepare'
end
end
end
......
require 'securerandom'
require_relative '../sandbox/prepare'
module QA
module Scenario
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment