summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures/environments/environments.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/javascripts/fixtures/environments/environments.html.haml')
-rw-r--r--spec/javascripts/fixtures/environments/environments.html.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/javascripts/fixtures/environments/environments.html.haml b/spec/javascripts/fixtures/environments/environments.html.haml
new file mode 100644
index 00000000000..d89bc50c1f0
--- /dev/null
+++ b/spec/javascripts/fixtures/environments/environments.html.haml
@@ -0,0 +1,9 @@
+%div
+ #environments-list-view{ data: { environments_data: "https://gitlab.com/foo/environments",
+ "can-create-deployment" => "true",
+ "can-read-environment" => "true",
+ "can-create-environment" => "true",
+ "project-environments-path" => "https://gitlab.com/foo/environments",
+ "project-stopped-environments-path" => "https://gitlab.com/foo/environments?scope=stopped",
+ "new-environment-path" => "https://gitlab.com/foo/environments/new",
+ "help-page-path" => "https://gitlab.com/help_page"}}