mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
Corrected spec title for Namespace.search
This commit is contained in:
committed by
Robert Speicher
parent
ee75c49313
commit
78244ffcbf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user