diff options
author | Peter Leitzen <pleitzen@gitlab.com> | 2019-01-10 18:50:14 +0100 |
---|---|---|
committer | Peter Leitzen <pleitzen@gitlab.com> | 2019-01-15 21:33:40 +0100 |
commit | 77eff52afa379d653c47ecc64e75779a330be5e1 (patch) | |
tree | 34a35116cf6d491e0c90e0e4e191ebfe3edff434 /spec/views | |
parent | 75b1837da79b5244a8da6bde1e391343fef59431 (diff) | |
download | gitlab-ce-77eff52afa379d653c47ecc64e75779a330be5e1.tar.gz |
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.rb | 2 |
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) |