|
|
@@ -64,7 +64,6 @@ describe('ProjectFeatures', function () {
|
|
|
(error, response, body) => {
|
|
|
expect(body.project.features.compileGroup).to.equal('priority')
|
|
|
expect(body.project.features.versioning).to.equal(true)
|
|
|
- expect(body.project.features.templates).to.equal(true)
|
|
|
expect(body.project.features.dropbox).to.equal(true)
|
|
|
return done()
|
|
|
}
|
|
|
@@ -87,7 +86,6 @@ describe('ProjectFeatures', function () {
|
|
|
(error, response, body) => {
|
|
|
expect(body.project.features.compileGroup).to.equal('standard')
|
|
|
expect(body.project.features.versioning).to.equal(false)
|
|
|
- expect(body.project.features.templates).to.equal(false)
|
|
|
expect(body.project.features.dropbox).to.equal(false)
|
|
|
return done()
|
|
|
}
|