Skip to content

Commit

Permalink
Updated seed to contain assets. Fixes #183
Browse files Browse the repository at this point in the history
WIP #183. Fixed tests by creating test seed

This should be replaced later after webgme/webgme#795 is fixed
  • Loading branch information
brollb committed Mar 8, 2016
1 parent d5bfd55 commit db560e4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added src/seeds/Caffe/Caffe.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion test/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ var WebGME = testFixture.WebGME,
WebGME.addToRequireJsPaths(gmeConfig);

testFixture.getGmeConfig = getGmeConfig;
testFixture.SEED_DIR = path.join(__dirname, '..', 'src', 'seeds', 'Caffe');
testFixture.SEED_DIR = path.join(__dirname, 'seeds', 'Caffe');

module.exports = testFixture;
2 changes: 1 addition & 1 deletion test/plugins/CaffeGenerator/CaffeGenerator.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe.only('CaffeGenerator', function () {
})
.then(function () {
var importParam = {
projectSeed: testFixture.path.join(testFixture.SEED_DIR, 'Caffe.json'),
projectSeed: testFixture.path.join(testFixture.SEED_DIR, 'Caffe-test.json'),
projectName: projectName,
branchName: 'master',
logger: logger,
Expand Down
File renamed without changes.

0 comments on commit db560e4

Please sign in to comment.