Commit 78244ffc authored by Yorick Peterse's avatar Yorick Peterse Committed by Robert Speicher

Corrected spec title for Namespace.search

parent ee75c493
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment