Skip to content

Commit

Permalink
update setup to iterate thru all entries
Browse files Browse the repository at this point in the history
  • Loading branch information
hhsnopek committed Nov 4, 2015
1 parent e678629 commit 40ad19c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,11 @@ describe 'locale', ->

it 'should fetch all locales from * wildcard', ->
p = path.join @public, 'index.html'
h.file.contains p, 'Throw Some Ds'
.should.be.true
for title, i in @title
h.file.contains p, title
.should.be.true
h.file.contains p, @body[i]
.should.be.true

after -> unmock_contentful()

Expand Down

0 comments on commit 40ad19c

Please sign in to comment.