Skip to content
Snippets Groups Projects
Commit cd270eb2 authored by DJ Mountney's avatar DJ Mountney
Browse files

Cleanup MR cruft that was leftover from previous iterations

parent 72c417e2
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
include_recipe 'gitlab::default'
[
......
......@@ -16,7 +16,6 @@
require_relative 'nginx.rb'
require_relative 'gitaly.rb'
require_relative 'services.rb'
module GitlabRails
class << self
......
......@@ -59,7 +59,7 @@
mock_file_load(%r{gitlab/libraries/helper})
allow_any_instance_of(PgHelper).to receive(:database_version).and_return("9.2")
# Clear EE services addition before each test
# Clear services list before each test
Services.reset_list
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment