From 61fb12bf9aae6729c6eb2220b3f689382777a4e5 Mon Sep 17 00:00:00 2001 From: Joe Fitzgerald Date: Thu, 10 Mar 2016 19:59:26 -0700 Subject: [PATCH] Unfocus Spec --- spec/environment-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/environment-spec.js b/spec/environment-spec.js index ae36d7d2c..8d845a3f8 100644 --- a/spec/environment-spec.js +++ b/spec/environment-spec.js @@ -6,7 +6,7 @@ import environment from '../src/environment' import os from 'os' import _ from 'underscore-plus' -fdescribe('Environment handling', () => { +describe('Environment handling', () => { let originalEnv let options