Skip to content
Snippets Groups Projects
Commit c3e483b0 authored by Lin Jen-Shin's avatar Lin Jen-Shin Committed by James Edwards-Jones
Browse files

Stub to enable it so that we could test this

parent 0763b5ea
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment