Skip to content

Commit 10adf6a

Browse files
author
Kelly Selden
committed
remove unused stub
1 parent 29ea095 commit 10adf6a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/unit/get-start-and-end-commands-test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,6 @@ describe(_getStartAndEndCommands, function() {
293293
}
294294
});
295295

296-
sinon.stub(utils, 'require')
297-
.withArgs(path.join(blueprintPath, 'package'))
298-
.returns({ keywords: ['ember-blueprint'] });
299-
300296
expect(await createProject(cwd)).to.equal(projectRoot);
301297

302298
expect(npxStub.args).to.deep.equal([[

0 commit comments

Comments
 (0)