docbrown/spec/requests/admin
Daniel Uber d571231ea4
Remove sustaining member newsletter, and its settings (#17514)
* Remove sustaining member newsletter, and its settings

This removes the concept of sustaining memberships from the system,
and logic related to or dependent on it.

This does not remove the monthly_dues column from the users table (todo).

* Remove unused newsletter setting

Since nothing accesses the mailchimp_sustaining_members_id setting,
it's safe to remove.

* Use destroy rather than delete to ensure settings cache is cleared

We have a callback in Settings::Base to clear the cache after commit,
I assume it's useful to trigger that. This requires destroy, not
delete, to be called.
2022-04-29 11:47:12 -05:00
..
tags Refactoring questions asked of user (#15762) 2021-12-21 12:45:12 -05:00
users Attempt to fix a flakey test (#17285) 2022-04-14 16:02:56 +02:00
articles_spec.rb Fix: cannot unpin articles using checkbox (#15090) 2021-11-02 13:50:56 -04:00
badge_achievements_spec.rb Admin Save Confirmation - Removing Badge Achievements (#14684) 2021-09-15 21:25:01 -04:00
badges_spec.rb [15-min-fix] Remove badge slug field b/c auto-gen by title (#13649) 2021-05-05 13:49:43 -04:00
broadcasts_spec.rb Heavy Confirmation Flow for Broadcast-Destroy (#14819) 2021-09-29 07:43:00 -04:00
comments_spec.rb RFC 50: Remove hardcoded paths and use path_helpers instead (in the specs) (#13549) 2021-04-28 21:32:51 +02:00
configs_spec.rb Remove sustaining member newsletter, and its settings (#17514) 2022-04-29 11:47:12 -05:00
consumer_apps_spec.rb Have specs run without Redis and refactor ConsumerApp and Device (#13647) 2021-05-07 08:03:16 +02:00
creator_settings_spec.rb Routine Rubocop fixes (#16838) 2022-03-09 09:32:50 -05:00
data_update_scripts_spec.rb RFC 50: Remove hardcoded paths and use path_helpers instead (in the specs) (#13549) 2021-04-28 21:32:51 +02:00
display_ads_spec.rb Remove organization dependency and improve display ad UX (#14913) 2021-10-05 08:29:08 -04:00
extensions_spec.rb Introduce "extensions" (#16840) 2022-03-18 11:22:17 +02:00
feedback_messages_spec.rb Create Settings::SMTP (#13943) 2021-06-14 10:29:43 -04:00
html_variants_spec.rb RFC 50: Remove hardcoded paths and use path_helpers instead (in the specs) (#13549) 2021-04-28 21:32:51 +02:00
invitations_spec.rb Member index (Phase 2) - Invitations actions (#17213) 2022-04-14 08:26:36 +01:00
listings_categories_spec.rb RFC 50: Remove hardcoded paths and use path_helpers instead (in the specs) (#13549) 2021-04-28 21:32:51 +02:00
listings_spec.rb [15-min-fix] Add org id to admin listings form (#14162) 2021-07-08 09:23:10 -04:00
moderator_actions_spec.rb Favoring constant over magic string (#15852) 2021-12-27 11:31:29 -05:00
moderator_logs_spec.rb RFC 50: Remove hardcoded paths and use path_helpers instead (in the specs) (#13549) 2021-04-28 21:32:51 +02:00
mods_spec.rb Routine Rubocop fixes (#16838) 2022-03-09 09:32:50 -05:00
navigation_link_spec.rb Static Sections for Site Navigation - Pt1 (#14213) 2021-07-14 11:01:56 -04:00
nested_sidebar_spec.rb Remove profile admin feature flag (#17194) 2022-04-11 09:27:35 -05:00
organization_memberships_spec.rb Refactor Admin Member Detail view - Tools section (#14283) 2021-08-17 18:55:53 +02:00
organizations_spec.rb Spelling (#15702) 2021-12-07 06:59:10 -07:00
overview_spec.rb These two tests are time zone sensitive (#17263) 2022-04-12 18:02:58 -05:00
pages_spec.rb Only tech admins can manage page feature flags (#14618) 2021-08-31 15:35:42 -04:00
permissions_spec.rb [15-min-fix] Remove/Update the last of the admin hardcoded paths (#13681) 2021-05-06 15:12:06 +02:00
podcasts_spec.rb Routine Rubocop fixes (#16838) 2022-03-09 09:32:50 -05:00
privileged_reactions_spec.rb RFC 50: Remove hardcoded paths and use path_helpers instead (in the specs) (#13549) 2021-04-28 21:32:51 +02:00
profile_field_groups_spec.rb Remove guard clauses and update expectations (#17138) 2022-04-08 15:20:19 -05:00
profile_fields_spec.rb Remove guard clauses and update expectations (#17138) 2022-04-08 15:20:19 -05:00
reactions_spec.rb Expect to raise error should use a block (#17131) 2022-04-05 13:21:23 -06:00
response_templates_spec.rb app/models i18n (#16124) 2022-02-03 13:41:42 -05:00
secrets_spec.rb RFC 50: Remove hardcoded paths and use path_helpers instead (in the specs) (#13549) 2021-04-28 21:32:51 +02:00
sponsorships_spec.rb RFC 50: Remove hardcoded paths and use path_helpers instead (in the specs) (#13549) 2021-04-28 21:32:51 +02:00
tags_spec.rb Remove name from allowed tag params in admin (#15382) 2021-11-15 14:58:24 -06:00
tools_spec.rb RFC 50: Remove hardcoded paths and use path_helpers instead (in the specs) (#13549) 2021-04-28 21:32:51 +02:00
users_manage_spec.rb Mock omniauth payload before creating identities (#15893) 2021-12-28 09:06:17 -06:00
users_spec.rb Remove admin_member_view Feature Flag-Related Conditionals (#16764) 2022-03-10 08:29:05 -07:00
welcome_spec.rb Fix constant lookup in Admin::WelcomeController (#14320) 2021-07-26 08:12:47 -06:00