docbrown/spec/requests/articles
Jeremy Friesen a65954107f
Refactoring to add helper method (#16064)
* Refactoring to add helper method

Prior to this commit, we made view level calls to service modules.  This
refactor provides convenience methods on the model.

Furthermore, it addresses a few Rubocop violations that "come along for
the ride."

* Ensuring cached entity squaks like User

* Fixing broken spec

* Fixing typo
2022-01-12 11:21:44 -05:00
..
articles_admin_unpublish_spec.rb [deploy] [Admin Tooling] Allow admins unpublish articles from the Mod Actions Panel (#10038) 2020-09-02 16:08:08 -05:00
articles_create_spec.rb Remove webhooks and related code (#15827) 2021-12-28 10:56:37 +07:00
articles_destroy_spec.rb Spelling (#15702) 2021-12-07 06:59:10 -07:00
articles_show_spec.rb Refactoring to add helper method (#16064) 2022-01-12 11:21:44 -05:00
articles_spec.rb Spelling (#15702) 2021-12-07 06:59:10 -07:00
articles_update_spec.rb Remove webhooks and related code (#15827) 2021-12-28 10:56:37 +07: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