Skip to content
Snippets Groups Projects
Commit 2cfea0dd authored by Matthieu Vachon's avatar Matthieu Vachon
Browse files

Fixed tests

parent 7c784e1d
No related branches found
No related tags found
1 merge request!109Fix foodcritic
Loading
Loading
@@ -24,8 +24,7 @@ describe "gitlab::gitlab_shell_install" do
redis_host: "127.0.0.1",
redis_port: "6379",
namespace: "resque:gitlab",
self_signed_cert: false,
max_size: "20971520"
self_signed_cert: false
}
)
end
Loading
Loading
@@ -78,8 +77,7 @@ describe "gitlab::gitlab_shell_install" do
redis_host: "127.0.0.1",
redis_port: "6379",
namespace: "resque:gitlab",
self_signed_cert: false,
max_size: "20971520"
self_signed_cert: false
}
)
end
Loading
Loading
@@ -119,8 +117,7 @@ describe "gitlab::gitlab_shell_install" do
redis_host: "127.0.0.1",
redis_port: "6379",
namespace: "resque:gitlab",
self_signed_cert: false,
max_size: "20971520"
self_signed_cert: false
}
)
end
Loading
Loading
@@ -173,8 +170,7 @@ describe "gitlab::gitlab_shell_install" do
redis_host: "127.0.0.1",
redis_port: "6379",
namespace: "resque:gitlab",
self_signed_cert: false,
max_size: "20971520"
self_signed_cert: false
}
)
end
Loading
Loading
Loading
Loading
@@ -24,7 +24,6 @@ describe "gitlab::nginx" do
path: "/home/git/gitlab",
host: "localhost",
port: "80",
url: "http://localhost:80/",
ssl_certificate_path: "/etc/ssl",
ssl_certificate_key_path: "/etc/ssl",
client_max_body_size: "20m"
Loading
Loading
@@ -66,7 +65,6 @@ describe "gitlab::nginx" do
path: "/data/git/gitlab",
host: "localhost",
port: "80",
url: "http://localhost:80/",
ssl_certificate_path: "/etc/ssl",
ssl_certificate_key_path: "/etc/ssl",
client_max_body_size: "20m"
Loading
Loading
@@ -114,7 +112,6 @@ describe "gitlab::nginx" do
path: "/home/git/gitlab",
host: "localhost",
port: "80",
url: "http://localhost:80/",
ssl_certificate_path: "/etc/ssl",
ssl_certificate_key_path: "/etc/ssl",
client_max_body_size: "20m"
Loading
Loading
@@ -152,7 +149,6 @@ describe "gitlab::nginx" do
path: "/data/git/gitlab",
host: "localhost",
port: "80",
url: "http://localhost:80/",
ssl_certificate_path: "/etc/ssl",
ssl_certificate_key_path: "/etc/ssl",
client_max_body_size: "20m"
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