summaryrefslogtreecommitdiff
path: root/spec/fast_spec_helper.rb
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-10-23 20:48:02 +0800
committerLin Jen-Shin <godfat@godfat.org>2018-10-26 14:27:05 +0800
commitd045df3da882fa8bcd0424df096cec0c61b1eaff (patch)
tree77f3328b73d4174f7d810f43ff036e6991c9a70b /spec/fast_spec_helper.rb
parent52fa309e86d1bafc6b8a986d8bd74fd906b1ebc9 (diff)
downloadgitlab-ce-d045df3da882fa8bcd0424df096cec0c61b1eaff.tar.gz
Allow CE do nothing if route doesn't exist7864-ee-routes
Diffstat (limited to 'spec/fast_spec_helper.rb')
-rw-r--r--spec/fast_spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fast_spec_helper.rb b/spec/fast_spec_helper.rb
index 134eb25e4b1..fe475e1f7a0 100644
--- a/spec/fast_spec_helper.rb
+++ b/spec/fast_spec_helper.rb
@@ -8,3 +8,4 @@ require_relative 'support/rspec'
require 'active_support/all'
ActiveSupport::Dependencies.autoload_paths << 'lib'
+ActiveSupport::Dependencies.autoload_paths << 'ee/lib'