Corrected spec title for Namespace.search
This commit is contained in:
parent
ee75c49313
commit
78244ffcbf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue