Browse Source

Add spec for empty list

tags/0.5.1
Michael Jackson 14 years ago
parent
commit
931749ff7f
3 changed files with 8 additions and 0 deletions
  1. +3
    -0
      spec/_files/empty_list.js
  2. +4
    -0
      spec/_files/empty_list.mustache
  3. +1
    -0
      spec/_files/empty_list.txt

+ 3
- 0
spec/_files/empty_list.js View File

@@ -0,0 +1,3 @@
var empty_list = {
jobs: []
};

+ 4
- 0
spec/_files/empty_list.mustache View File

@@ -0,0 +1,4 @@
These are the jobs:
{{#jobs}}
{{.}}
{{/jobs}}

+ 1
- 0
spec/_files/empty_list.txt View File

@@ -0,0 +1 @@
These are the jobs:

Loading…
Cancel
Save