summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/finders/autocomplete_users_finder_spec.rb (renamed from spec/finders/yet_another_users_finder_spec.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/finders/yet_another_users_finder_spec.rb b/spec/finders/autocomplete_users_finder_spec.rb
index 0b5ccc7eb23..95d1226814f 100644
--- a/spec/finders/yet_another_users_finder_spec.rb
+++ b/spec/finders/autocomplete_users_finder_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
-describe YetAnotherUsersFinder do
+describe AutocompleteUsersFinder do
describe '#execute' do
let!(:user1) { create(:user, username: 'johndoe') }
let!(:user2) { create(:user, :blocked, username: 'notsorandom') }