Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vizcay committed Nov 17, 2020
1 parent d157bc4 commit e27d60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/exception_notifier/slack_notifier_test.rb
Expand Up @@ -76,7 +76,7 @@ def setup
slack_notifier.call(@exception)
end

test 'should send the notification withouth cleaned backtrace lines if option is false' do
test 'should send the notification without cleaned backtrace lines if option is false' do
options = {
webhook_url: 'http://slack.webhook.url',
clean_backtrace: false
Expand Down

0 comments on commit e27d60d

Please sign in to comment.