summaryrefslogtreecommitdiff
path: root/spec/lib/microsoft_teams/notifier_spec.rb
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-11-01 10:34:23 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-11-01 10:34:23 +0000
commit7f47e13218477c13cc627c2f0664500b72ea18b7 (patch)
tree077f08ada085795dab3a4ecbcfa0436d67642977 /spec/lib/microsoft_teams/notifier_spec.rb
parent1c50200b9aba86d2ba66b81dee7886a51dc38409 (diff)
parent733ae9492129e835f183902a97ee0886e2dbdc9b (diff)
downloadgitlab-ce-7f47e13218477c13cc627c2f0664500b72ea18b7.tar.gz
Merge branch 'gt-update-typos-in-comments-and-specs' into 'master'
Fix typos in comments and specs See merge request gitlab-org/gitlab-ce!22683
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