summaryrefslogtreecommitdiff
path: root/spec/lib/microsoft_teams/notifier_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/microsoft_teams/notifier_spec.rb')
-rw-r--r--spec/lib/microsoft_teams/notifier_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/microsoft_teams/notifier_spec.rb b/spec/lib/microsoft_teams/notifier_spec.rb
index c9756544bd6..2aaa7c24ad8 100644
--- a/spec/lib/microsoft_teams/notifier_spec.rb
+++ b/spec/lib/microsoft_teams/notifier_spec.rb
@@ -48,7 +48,7 @@ describe MicrosoftTeams::Notifier do
stub_request(:post, webhook_url).with(body: JSON(body), headers: { 'Content-Type' => 'application/json' }).to_return(status: 200, body: "", headers: {})
end
- it 'expects to receive successfull answer' do
+ it 'expects to receive successful answer' do
expect(subject.ping(options)).to be true
end
end