Commit 934eef72 authored by Saverio Miroddi's avatar Saverio Miroddi

Improve description of a Commit#cherry_pick_message UT

parent e07c0c0e
......@@ -248,8 +248,8 @@ eos
end
end
context "that is existing but not found (eg. it's in progress)" do
it do
context "that is existing but not found" do
it 'does not include details of the merged commits' do
expect(merge_commit.cherry_pick_message(user)).to end_with("(cherry picked from commit #{merge_commit.sha})")
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