Commit 8a861c87 authored by Kamil Trzcinski's avatar Kamil Trzcinski Committed by James Edwards-Jones

Describe #pages_url instead of :pages_url

parent 3e6cbcdd
......@@ -1846,7 +1846,7 @@ describe Project, models: true do
allow(Gitlab.config.lfs).to receive(:enabled).and_return(true)
end
describe :pages_url do
describe '#pages_url' do
let(:group) { create :group, name: group_name }
let(:project) { create :empty_project, namespace: group, name: project_name }
let(:domain) { 'Example.com' }
......
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