mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Spotinst - fixing spacing issues
This commit is contained in:
parent
377976c876
commit
e6876ef7c8
@ -463,17 +463,17 @@ describe('Create', () => {
|
||||
});
|
||||
|
||||
it('should generate scaffolding for "spotinst-ruby" template', () => {
|
||||
process.chdir(tmpDir);
|
||||
create.options.template = 'spotinst-ruby';
|
||||
|
||||
return create.create().then(() => {
|
||||
process.chdir(tmpDir);
|
||||
create.options.template = 'spotinst-ruby';
|
||||
|
||||
return create.create().then(() => {
|
||||
const dirContent = fs.readdirSync(tmpDir);
|
||||
expect(dirContent).to.include('package.json');
|
||||
expect(dirContent).to.include('serverless.yml');
|
||||
expect(dirContent).to.include('handler.rb');
|
||||
expect(dirContent).to.include('.gitignore');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
it('should generate scaffolding for "webtasks-nodejs" template', () => {
|
||||
process.chdir(tmpDir);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user