Commit c3e483b0 authored by Lin Jen-Shin's avatar Lin Jen-Shin Committed by James Edwards-Jones

Stub to enable it so that we could test this

parent 0763b5ea
......@@ -6,6 +6,8 @@ feature 'Pages', feature: true do
given(:role) { :master }
background do
allow(Gitlab.config.pages).to receive(:enabled).and_return(true)
project.team << [user, role]
login_as(user)
......
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