Corrected spec title for Namespace.search

This commit is contained in:
Yorick Peterse
2016-03-11 15:25:24 -05:00
committed by Robert Speicher
parent ee75c49313
commit 78244ffcbf
+1 -1
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