diff options
| author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-14 17:43:03 -0600 |
|---|---|---|
| committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-15 13:31:18 -0600 |
| commit | f1710bd131a040ef9104a1ff1a804b35c9568550 (patch) | |
| tree | 40e4e0dbe0593a1cd291bee73f3142b4ff6ecfc6 /spec/javascripts/fixtures | |
| parent | 8c1b41f12b5ec8dd3dd2547d3ad729e71c4ebadd (diff) | |
| download | gitlab-ce-f1710bd131a040ef9104a1ff1a804b35c9568550.tar.gz | |
Delete sidebar specs and fixtures; update shortcuts_spec to check page title
Diffstat (limited to 'spec/javascripts/fixtures')
| -rw-r--r-- | spec/javascripts/fixtures/dashboard.html.haml | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/spec/javascripts/fixtures/dashboard.html.haml b/spec/javascripts/fixtures/dashboard.html.haml deleted file mode 100644 index 32446acfd60..00000000000 --- a/spec/javascripts/fixtures/dashboard.html.haml +++ /dev/null @@ -1,45 +0,0 @@ -%ul.nav.nav-sidebar - %li.home.active - %a.dashboard-shortcuts-projects - %span - Projects - %li - %a - %span - Todos - %span.count.js-todos-count - 1 - %li - %a.dashboard-shortcuts-activity - %span - Activity - %li - %a - %span - Groups - %li - %a - %span - Milestones - %li - %a.dashboard-shortcuts-issues - %span - Issues - %span - 1 - %li - %a.dashboard-shortcuts-merge_requests - %span - Merge Requests - %li - %a - %span - Snippets - %li - %a - %span - Help - %li - %a - %span - Profile Settings |
