Fix rubocop errors in spec/models/commit_spec.rb
This commit is contained in:
parent
e6220c018e
commit
7a8a8e0764
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue