diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-12 16:41:36 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-12 16:41:36 +0200 |
commit | c61dc1315077ad4e175a3c76991872c0e7b1d2ab (patch) | |
tree | 0806c812a381e376f49dc8ace1c29c850051f33c /spec | |
parent | 5cd504ed331dd23d17709285237945fb867978a8 (diff) | |
download | gitlab-ce-c61dc1315077ad4e175a3c76991872c0e7b1d2ab.tar.gz |
Fix some changes
Diffstat (limited to 'spec')
-rw-r--r-- | spec/models/commit_status_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/commit_status_spec.rb b/spec/models/commit_status_spec.rb index cbefa7798de..c96a606fdaa 100644 --- a/spec/models/commit_status_spec.rb +++ b/spec/models/commit_status_spec.rb @@ -142,7 +142,7 @@ describe CommitStatus do end it 'return statuses with equal and nil ref set' do - is_expected.to eq([@commit1, @commit3]) + is_expected.to eq([@commit1]) end end |