Commit 14862bce authored by Kamil Trzcinski's avatar Kamil Trzcinski

Describe #pages_url instead of :pages_url

parent f8ff70c0
...@@ -623,7 +623,7 @@ describe Project, models: true do ...@@ -623,7 +623,7 @@ describe Project, models: true do
end end
describe :pages_url do describe '#pages_url' do
let(:group) { create :group, name: group_name } let(:group) { create :group, name: group_name }
let(:project) { create :empty_project, namespace: group, name: project_name } let(:project) { create :empty_project, namespace: group, name: project_name }
let(:domain) { 'Example.com' } 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