Pull out animal content into separate files (#7989)

* Pull out animal content into separate files

* Correct variable names

* Add tests for stable, eggs, and hatching potions content

* Add content test back into npm test
This commit is contained in:
Blade Barringer
2016-09-10 13:37:10 -05:00
committed by GitHub
parent f496a6b0c7
commit bf3387703d
8 changed files with 719 additions and 488 deletions

View File

@@ -345,6 +345,7 @@ gulp.task('test:api-v3:integration:separate-server', (done) => {
gulp.task('test', (done) => {
runSequence(
'test:sanity',
'test:content',
'test:common',
'test:karma',
'test:api-v3:unit',