This commit is contained in:
Andrew Miner
2015-10-31 13:21:14 -07:00
parent 74e95e614b
commit 4e95ab998f
28 changed files with 948 additions and 471 deletions
+1 -1
View File
@@ -97,5 +97,5 @@ describe 'mod_version.coffee', ->
(r.output[0].itemSlug.item for r in recipes).sort().should.eql ['bucket', 'cake', 'cake']
it 'skip recipes whose conditions are not met', ->
recipes = modVersion.findRecipes ItemSlug.slugify 'test__cake'
recipes = modVersion.findRecipes ItemSlug.slugify('test__cake')
recipes.length.should.equal 2