4 lines
69 B
Ruby
4 lines
69 B
Ruby
|
RSpec.configure do |config|
|
||
|
config.include GitlabRoutingHelper
|
||
|
end
|