summaryrefslogtreecommitdiff
path: root/spec/helpers/services_helper_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/helpers/services_helper_spec.rb')
-rw-r--r--spec/helpers/services_helper_spec.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/helpers/services_helper_spec.rb b/spec/helpers/services_helper_spec.rb
index 10d6ec7b6a7..481bc41bcf3 100644
--- a/spec/helpers/services_helper_spec.rb
+++ b/spec/helpers/services_helper_spec.rb
@@ -3,11 +3,6 @@
require 'spec_helper'
RSpec.describe ServicesHelper do
- describe 'event_action_title' do
- it { expect(event_action_title('comment')).to eq 'Comment' }
- it { expect(event_action_title('something')).to eq 'Something' }
- end
-
describe '#integration_form_data' do
subject { helper.integration_form_data(integration) }