Skip to content

Commit

Permalink
Update examples copying test to handle repo clone without the project…
Browse files Browse the repository at this point in the history
… name.
  • Loading branch information
cliffano committed Jan 16, 2016
1 parent 45f6bbc commit 41bda7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ae86.js
Expand Up @@ -15,7 +15,7 @@ buster.testCase('ae86 - init', {
},
'should delegate to cpr cpr when initialising the project': function (done) {
this.stub(cpr, 'cpr', function (source, dest, cb) {
assert.isTrue(source.match(/.+\/ae86\/examples$/).length === 1);
assert.isTrue(source.match(/.+\/examples$/).length === 1);
assert.equals(dest, '.');
cb();
});
Expand Down

0 comments on commit 41bda7b

Please sign in to comment.