From 77eff52afa379d653c47ecc64e75779a330be5e1 Mon Sep 17 00:00:00 2001
From: Peter Leitzen <pleitzen@gitlab.com>
Date: Thu, 10 Jan 2019 18:50:14 +0100
Subject: Remove `error_tracking` feature flag

We introduced the feature flag `error_tracking` to test the Sentry MVC
safely.

After the successful test, we remove it again.
---
 spec/views/projects/settings/operations/show.html.haml_spec.rb | 2 --
 1 file changed, 2 deletions(-)

(limited to 'spec/views')

diff --git a/spec/views/projects/settings/operations/show.html.haml_spec.rb b/spec/views/projects/settings/operations/show.html.haml_spec.rb
index 752fd82c5e8..8e34521c7c8 100644
--- a/spec/views/projects/settings/operations/show.html.haml_spec.rb
+++ b/spec/views/projects/settings/operations/show.html.haml_spec.rb
@@ -13,8 +13,6 @@ describe 'projects/settings/operations/show' do
 
   describe 'Operations > Error Tracking' do
     before do
-      stub_feature_flags(error_tracking: true)
-
       project.add_reporter(user)
 
       allow(view).to receive(:error_tracking_setting)
-- 
cgit v1.2.1