Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
remove env set from test templates
Browse files Browse the repository at this point in the history
  • Loading branch information
theganyo committed Oct 7, 2015
1 parent 08e9db5 commit 64408dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions project-skeletons/connect/test/api/controllers/hello_world.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ var should = require('should');
var request = require('supertest');
var server = require('../../../app');

process.env.A127_ENV = 'test';

describe('controllers', function() {

describe('hello_world', function() {
Expand Down
2 changes: 0 additions & 2 deletions project-skeletons/sails/test/api/controllers/hello_world.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
var should = require('should');
var request = require('supertest');

process.env.A127_ENV = 'test';

describe('controllers', function() {

describe('hello_world', function() {
Expand Down

0 comments on commit 64408dc

Please sign in to comment.