summaryrefslogtreecommitdiff
path: root/spec/support/routing_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/routing_helpers.rb')
-rw-r--r--spec/support/routing_helpers.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/support/routing_helpers.rb b/spec/support/routing_helpers.rb
new file mode 100644
index 00000000000..af1f4760804
--- /dev/null
+++ b/spec/support/routing_helpers.rb
@@ -0,0 +1,3 @@
+RSpec.configure do |config|
+ config.include GitlabRoutingHelper
+end