let(:file_collection){Gitlab::Conflict::FileCollection.new(merge_request)}describe'#files'doit'returns an array of Conflict::Files'doexpect(file_collection.files).toall(be_an_instance_of(Gitlab::Conflict::File))endenddescribe'#default_commit_message'doit'matches the format of the git CLI commit message'doexpect(file_collection.default_commit_message).toeq(<<EOM.chomp)