From 5e9ec73578a6a640a75a47761667712d26ed058d Mon Sep 17 00:00:00 2001 From: Matthew Rider Date: Mon, 9 Sep 2024 11:45:00 +0200 Subject: [PATCH] Improve descriptions of specs --- spec/requests/admin/organization_spec.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/requests/admin/organization_spec.rb b/spec/requests/admin/organization_spec.rb index 1ec20d0f1..7a9ff5167 100644 --- a/spec/requests/admin/organization_spec.rb +++ b/spec/requests/admin/organization_spec.rb @@ -53,7 +53,7 @@ email_from_address: 'redaktion@100ey.es' } }) end - it 'allows configuring email_from_address' do + it 'allows configuration of Email specific attrs' do subject.call follow_redirect! expect(page).to have_content('I have an email') @@ -67,7 +67,7 @@ telegram_bot_username: 'unique_username_bot' } }) end - it 'allows configuring Telegram' do + it 'allows configuration of Telegram specific attrs' do subject.call follow_redirect! expect(page).to have_content('unique_username_bot') @@ -84,7 +84,7 @@ threemarb_private: 'valid_private_key' } }) end - it 'allows configuring Threema' do + it 'allows configuration of Threema specific attrs' do subject.call follow_redirect! expect(page).to have_content('*APIIDENT') @@ -109,7 +109,7 @@ required_params.deep_merge({ organization: whats_app_params }) end - it 'allows configuring Twilio WhatsApp' do + it 'allows configuration of Twilio specific attrs' do subject.call follow_redirect!