Commit b061e72a authored by Jan Provaznik's avatar Jan Provaznik

Fixed usage_consent conflict#

parent 93e329f2
...@@ -8,11 +8,7 @@ describe 'Usage stats consent' do ...@@ -8,11 +8,7 @@ describe 'Usage stats consent' do
let(:message) { 'To help improve GitLab, we would like to periodically collect usage information.' } let(:message) { 'To help improve GitLab, we would like to periodically collect usage information.' }
before do before do
<<<<<<< HEAD
allow_any_instance_of(EE::User).to receive(:has_current_license?).and_return false allow_any_instance_of(EE::User).to receive(:has_current_license?).and_return false
=======
allow(user).to receive(:has_current_license?).and_return false
>>>>>>> upstream/master
gitlab_sign_in(user) gitlab_sign_in(user)
end end
......
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