Fix rubocop errors in spec/models/commit_spec.rb

This commit is contained in:
Saverio Miroddi 2017-08-21 22:13:41 +02:00
parent e6220c018e
commit 7a8a8e0764
1 changed files with 0 additions and 2 deletions

View File

@ -253,9 +253,7 @@ eos
expect(merge_commit.cherry_pick_message(user)).to end_with("(cherry picked from commit #{merge_commit.sha})")
end
end
end
end
describe '#reverts_commit?' do