Cows and Ghosts (but no cow ghosts) (#8052)

* feat(content): Mystery Items and Ghost Potions

* fix(news): better cow position

* fix(test): update for season
This commit is contained in:
Sabe Jones
2016-09-22 13:04:15 -05:00
committed by GitHub
parent e820b55080
commit ca97732f21
72 changed files with 5339 additions and 5030 deletions
@@ -15,7 +15,7 @@ describe('GET /shops/seasonal', () => {
expect(shop.identifier).to.equal('seasonalShop');
expect(shop.text).to.eql(t('seasonalShop'));
expect(shop.notes).to.eql(t('seasonalShopClosedText'));
expect(shop.notes).to.eql(t('seasonalShopFallText'));
expect(shop.imageName).to.be.a('string');
expect(shop.categories).to.be.an('array');
});