Commit 9fc97849 authored by Robert Speicher's avatar Robert Speicher

Require gitlab_init from spec_helper

This defines `ROOT_PATH`, which we later stub.
parent 53853660
......@@ -5,6 +5,8 @@ require 'vcr'
require 'webmock'
require 'webrick'
require 'gitlab_init'
VCR.configure do |c|
c.cassette_library_dir = 'spec/vcr_cassettes'
c.hook_into :webmock
......
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