Corrected spec title for Namespace.search

This commit is contained in:
Yorick Peterse 2016-03-04 12:15:30 +01:00 committed by Robert Speicher
parent ee75c49313
commit 78244ffcbf

View file

@ -41,7 +41,7 @@ describe Namespace, models: true do
it { expect(namespace.human_name).to eq(namespace.owner_name) }
end
describe '#search' do
describe '.search' do
let(:namespace) { create(:namespace) }
it 'returns namespaces with a matching name' do