Commit f499fde0 authored by Mario de la Ossa's avatar Mario de la Ossa

resolve conflicts on spec/lib/gitlab/usage_data_spec.rb

parent 88cd527b
......@@ -156,14 +156,10 @@ describe Gitlab::UsageData do
subject { described_class.license_usage_data }
it "gathers license data" do
<<<<<<< HEAD
license = ::License.current
expect(subject[:uuid]).to eq(Gitlab::CurrentSettings.uuid)
expect(subject[:license_md5]).to eq(Digest::MD5.hexdigest(license.data))
=======
expect(subject[:uuid]).to eq(Gitlab::CurrentSettings.uuid)
>>>>>>> upstream/master
expect(subject[:version]).to eq(Gitlab::VERSION)
expect(subject[:licensee]).to eq(license.licensee)
expect(subject[:active_user_count]).to eq(User.active.count)
......
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