From c8d957255b3bace945cf54d9b33399f2d4f22962 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Wed, 5 Aug 2015 09:00:26 -0500 Subject: [PATCH] Add placeholders for more buy tests to transfer over --- test/common/armoire.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/test/common/armoire.js b/test/common/armoire.js index 50ae7af023..9296c5eedd 100644 --- a/test/common/armoire.js +++ b/test/common/armoire.js @@ -42,12 +42,23 @@ describe('user.fns.buy', function() { }); context('Potion', function() { + it('recovers hp'); }); context('Gear', function() { + it('buys equipment'); + + it('does not buy equipment without enough Gold'); }); context('Quests', function() { + it('buys a Quest scroll'); + + it('does not buy Quests without enough Gold'); + + it('does not buy nonexistent Quests'); + + it('does not buy Gem-premium Quests'); }); context('Enchanted Armoire', function() {