Skip to content
Snippets Groups Projects
Commit e085436b authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Fix failing spec after added backup options

parent c8b98d56
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -69,6 +69,7 @@ describe "gitlab::install" do
"sync_time"=>3600
},
backup: {
"enable"=>true,
"cron"=>{
"action"=>:create,
"minute"=>0,
Loading
Loading
@@ -548,6 +549,7 @@ describe "gitlab::install" do
"sync_time"=>3600
},
backup: {
"enable"=>true,
"cron"=>{
"action"=>:create,
"minute"=>0,
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