Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Leitzen <pleitzen@gitlab.com>2019-01-10 20:50:14 +0300
committerPeter Leitzen <pleitzen@gitlab.com>2019-01-15 23:33:40 +0300
commit77eff52afa379d653c47ecc64e75779a330be5e1 (patch)
tree34a35116cf6d491e0c90e0e4e191ebfe3edff434 /spec/views
parent75b1837da79b5244a8da6bde1e391343fef59431 (diff)
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.
Diffstat (limited to 'spec/views')
-rw-r--r--spec/views/projects/settings/operations/show.html.haml_spec.rb2
1 files changed, 0 insertions, 2 deletions
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)