summaryrefslogtreecommitdiff
path: root/spec/services/spam/akismet_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/spam/akismet_service_spec.rb')
-rw-r--r--spec/services/spam/akismet_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/spam/akismet_service_spec.rb b/spec/services/spam/akismet_service_spec.rb
index 1cd049da592..d9f62258a53 100644
--- a/spec/services/spam/akismet_service_spec.rb
+++ b/spec/services/spam/akismet_service_spec.rb
@@ -59,7 +59,7 @@ RSpec.describe Spam::AkismetService do
it_behaves_like 'no activity if Akismet is not enabled', :spam?, :check
context 'if Akismet is enabled' do
- it 'correctly transforms options for the akismet client' do
+ it 'correctly transforms options for the akismet client, including spelling of referrer key' do
expected_check_params = {
type: 'comment',
text: text,