Fix test
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
cb599a09be
commit
8c5aa5e3b1
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ describe MergeRequest do
|
||||||
let(:commit2) { mock('commit2', closes_issues: [issue1]) }
|
let(:commit2) { mock('commit2', closes_issues: [issue1]) }
|
||||||
|
|
||||||
before do
|
before do
|
||||||
subject.stub(unmerged_commits: [commit0, commit1, commit2])
|
subject.stub(commits: [commit0, commit1, commit2])
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'accesses the set of issues that will be closed on acceptance' do
|
it 'accesses the set of issues that will be closed on acceptance' do
|
||||||
|
|
Loading…
Reference in a new issue