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