diff options
| author | Filipa Lacerda <filipa@gitlab.com> | 2017-03-20 15:36:02 +0000 |
|---|---|---|
| committer | Filipa Lacerda <filipa@gitlab.com> | 2017-03-20 16:16:19 +0000 |
| commit | 446b59dd4ee88f8ef86272c39408560a0107c48a (patch) | |
| tree | dc6eef4b89111775dd4176f6db08fd95af57c293 /spec/javascripts/fixtures | |
| parent | 2c85a20482c2e33f307ad8faf60e41e199aa25b8 (diff) | |
| download | gitlab-ce-446b59dd4ee88f8ef86272c39408560a0107c48a.tar.gz | |
Adds tests to new empty and error states
Diffstat (limited to 'spec/javascripts/fixtures')
| -rw-r--r-- | spec/javascripts/fixtures/pipelines.html.haml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/spec/javascripts/fixtures/pipelines.html.haml b/spec/javascripts/fixtures/pipelines.html.haml new file mode 100644 index 00000000000..418a38a0e2e --- /dev/null +++ b/spec/javascripts/fixtures/pipelines.html.haml @@ -0,0 +1,14 @@ +%div + #pipelines-list-vue{ data: { endpoint: 'foo', + "css-class" => 'foo', + "help-page-path" => 'foo', + "new-pipeline-path" => 'foo', + "can-create-pipeline" => 'true', + "all-path" => 'foo', + "pending-path" => 'foo', + "running-path" => 'foo', + "finished-path" => 'foo', + "branches-path" => 'foo', + "tags-path" => 'foo', + "has-ci" => 'foo', + "ci-lint-path" => 'foo' } } |
