Add placeholders for more buy tests to transfer over

This commit is contained in:
Blade Barringer 2015-08-05 09:00:26 -05:00
parent 7f3bfa0dc7
commit c8d957255b

View file

@ -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() {