Change test description to isolate files better

This commit is contained in:
Andrew Miner
2015-01-28 10:27:28 -08:00
parent ae66f52678
commit ea86e17d31
6 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -16,7 +16,7 @@ modPack = plan = null
########################################################################################################################
describe 'CraftingPlan', ->
describe 'crafting_plan.coffee', ->
beforeEach ->
mod = new Mod name:'Minecraft', slug:'minecraft'
@@ -77,6 +77,7 @@ describe 'CraftingPlan', ->
plan.includingTools = true
plan.want.add 'iron_sword'
plan.craft()
plan.need.toList().should.eql [
[8, 'cobblestone'], [2, 'furnace_fuel'], [2, 'iron_ore'], [2, 'oak_log']
]