Commit 6bbad934 authored by Sean McGivern's avatar Sean McGivern

Resolve spec/models/merge_request_spec.rb

parent 1abe4854
...@@ -51,19 +51,11 @@ describe MergeRequest do ...@@ -51,19 +51,11 @@ describe MergeRequest do
expect(subject.squash_in_progress?).to be_falsey expect(subject.squash_in_progress?).to be_falsey
end end
<<<<<<< HEAD
it 'returns false when the squash directory has expired' do it 'returns false when the squash directory has expired' do
time = 20.minutes.ago.to_time time = 20.minutes.ago.to_time
File.utime(time, time, squash_path) File.utime(time, time, squash_path)
=======
it 'returns false when the squash directory has expired' do
time = 20.minutes.ago.to_time
File.utime(time, time, squash_path)
>>>>>>> upstream/master
expect(subject.squash_in_progress?).to be_falsey expect(subject.squash_in_progress?).to be_falsey
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