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 'gems/gitlab-rspec/lib/gitlab/rspec/all.rb')
-rw-r--r--gems/gitlab-rspec/lib/gitlab/rspec/all.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/gems/gitlab-rspec/lib/gitlab/rspec/all.rb b/gems/gitlab-rspec/lib/gitlab/rspec/all.rb
index 091d2ba0287..02504a6a881 100644
--- a/gems/gitlab-rspec/lib/gitlab/rspec/all.rb
+++ b/gems/gitlab-rspec/lib/gitlab/rspec/all.rb
@@ -2,6 +2,9 @@
require_relative "../rspec"
require_relative "stub_env"
+require_relative "next_instance_of"
+require_relative "next_found_instance_of"
+require_relative "stub_rails"
require_relative "configurations/time_travel"