Correct spelling of canBuy

This commit is contained in:
Blade Barringer
2015-10-03 09:59:40 -05:00
parent a492649f71
commit 6fdfe6c3bf

View File

@@ -33,7 +33,7 @@ function checkGearAttributes(set) {
expect(gear.str).to.be.at.least(0);
});
it('has a canBy function', () => {
it('has a canBuy function', () => {
expect(gear.canBuy).to.be.a('function');
});