Commit e50886bb authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in spec/lib/gitlab/utils_spec.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 98dfb9f8
require 'spec_helper'
describe Gitlab::Utils do
<<<<<<< HEAD
delegate :to_boolean, :boolean_to_yes_no, :slugify, :random_string, :which, :ensure_array_from_string, :bytes_to_megabytes, to: :described_class
=======
delegate :to_boolean, :boolean_to_yes_no, :slugify, :random_string, :which, :ensure_array_from_string,
:bytes_to_megabytes, to: :described_class
>>>>>>> upstream/master
describe '.slugify' do
{
......
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