docbrown/spec/requests/articles
Anna Buianova 6ef1968377
Made published_at immutable after an article has been published once (#18384)
* Don't change published_at for articles that have already been published (even if unpublished later)

* Removed unused code related to changing published_at

* Added specs for updating published_from_feed articles, fixed specs

* Removed old validation

* Added specs for article validation published_from_feed

* Added and reorganized specs for the Article model (setting published_at)

* Remove the commented code, added a spec

* Added specs for unpublishing

* Removed unused update_published_at from article attributes spec

* Fixed nullifying published_at seconds when republishing from rich editor
2022-08-30 11:32:06 +03:00
..
articles_admin_feature_spec.rb Small win: Add "Feature post" button alongside new "admin actions" drawer in mod panel. (#16544) 2022-02-17 12:43:27 -05:00
articles_admin_unpublish_spec.rb Fixed removing notifications on admin unpublishing (#18047) 2022-07-06 18:35:20 +03:00
articles_create_spec.rb Modify datetime picker for scheduling articles (#18153) 2022-07-21 13:53:54 +03:00
articles_destroy_spec.rb Ensuring an admin can confirm delete a user's post (#16485) 2022-02-09 11:28:58 -05:00
articles_feed_spec.rb Add minimal test on rss feed response (#17221) 2022-04-12 16:59:40 -05:00
articles_show_spec.rb Change "posted on" to "scheduled for" on the scheduled articles preview page (#18177) 2022-07-20 16:09:34 +03:00
articles_spec.rb Scheduling articles (#17939) 2022-07-07 17:32:49 +03:00
articles_update_spec.rb Made published_at immutable after an article has been published once (#18384) 2022-08-30 11:32:06 +03:00
org_redirect_spec.rb Fix infinite redirect loop for articles (#12652) 2021-02-17 08:54:54 +07:00
video_player_show_spec.rb Flaky Spec Fix:Remove let_it_be Test Prof Helper (#9556) 2020-07-29 11:31:01 +02:00