From 8faabdf7d33b575de11b043cfe6698021d33a973 Mon Sep 17 00:00:00 2001
From: Filipa Lacerda <filipa@gitlab.com>
Date: Fri, 11 Nov 2016 10:23:44 +0000
Subject: [PATCH] Fix rubocop error

---
 spec/features/environments_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/features/environments_spec.rb b/spec/features/environments_spec.rb
index eded771201b..f75b197f4fe 100644
--- a/spec/features/environments_spec.rb
+++ b/spec/features/environments_spec.rb
@@ -240,7 +240,7 @@ feature 'Environments', feature: true do
             end
           end
           
-          context 'whitout stop action'do
+          context 'whitout stop action' do
             scenario 'does allow to stop environment' do
               click_link('Stop')
 
-- 
GitLab