summaryrefslogtreecommitdiff
path: root/spec/finders
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-08-01 13:16:04 +0200
committerRémy Coutable <remy@rymai.me>2016-08-01 13:24:06 +0200
commitfe25d1d5cfdd8c52854b459b49bbead1a608822c (patch)
tree3c5bc3b51feb6f406306e319c2a1b89be84e7aef /spec/finders
parent3fe18525ddca414017d330e992999bad05002fa8 (diff)
downloadgitlab-ce-fe25d1d5cfdd8c52854b459b49bbead1a608822c.tar.gz
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'spec/finders')
-rw-r--r--spec/finders/branches_finder_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/finders/branches_finder_spec.rb b/spec/finders/branches_finder_spec.rb
index 6ea9a3a3ec5..482caeee64a 100644
--- a/spec/finders/branches_finder_spec.rb
+++ b/spec/finders/branches_finder_spec.rb
@@ -20,7 +20,7 @@ describe BranchesFinder do
result = branches_finder.execute
- expect(result.first.name).to eq('video')
+ expect(result.first.name).to eq('crlf-diff')
end
it 'sorts by last_updated' do