Skip to content

Commit

Permalink
Improve descriptions of specs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwr18 committed Sep 9, 2024
1 parent d5825ae commit 5c60304
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/requests/admin/organization_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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')
Expand All @@ -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')
Expand All @@ -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!

Expand Down

0 comments on commit 5c60304

Please sign in to comment.