docbrown/spec/models
Edem Attikese 0ad8cd9eab Edem/improvements/pundit coverage (#498)
* added organization policy + spec

* user specs for is_org_admin?

* added authroize to organization controller

* admin policy + specs

* deleted enforce admin due to pundit policy redundancy

* applied admin policy to entire admin namespace

* refactoring analytics controller WIP - wanna test codeship

* Add protection against reactions to unpublished articles (#473)

* Add chat channel policy and spec (#474)

* Add comment policy and specs (#475)

* Fix edge case with apostrophes

* Add comment policy and specs

* Add login for deleting comment spec

* Change test to raise pundit error instead of 404

* Clean up comment destroy request specs

* Remove redundant raise

* Whitelist columns on to_json call (#477)

* Add pundit policy for several controllers (#476)

* Add pundit policy for several controllers

* Adjust video spec

* Fix tag request specs

* Add proper twilio tokens request specs

* Remove puts statements

* Add a couple basic request specs (#478)

* Add a few tests and fix user tag color bug (#482)

* Refactor handle_tag_index in stories_controller (#481)

* Modify valid_request_origin? (#483)

* Add misc specs and remove banned attribute from user model (#484)

*  Fix missing Cloudinary tags and misc specs (#486)

* removing current_user_is_admin? to use .is_admin? method

* added missing org policy routes

* Add comment for all public controllers

* Fix edge case for test

* Authorize mod controller and add specs

* Refactor methods via inheritance and use only super_admin role

* Create policy method for analytics via article_policy and refactor

* Capitalize all buttons in dashboard page

* Fix org tests and remove old admin test

* Use only happy path for analytics

* Fix tests to use Pundit error

* Update org_policy spec
2018-06-28 09:38:20 -04:00
..
article_spec.rb Add search_keywords record and associated functionality (#494) 2018-06-25 11:58:07 -04:00
badge_achievement_spec.rb Clean up spec outputs (#450) 2018-06-19 16:27:15 -04:00
badge_spec.rb Implement Badge & BadgeAchievement model (#273) 2018-05-07 13:35:16 -04:00
block_spec.rb Add some tests around model validations (#459) 2018-06-20 17:14:08 -04:00
chat_channel_spec.rb Add top bar indicator and other Connect features (#424) 2018-06-12 18:24:57 -04:00
comment_spec.rb Add some tests around model validations (#459) 2018-06-20 17:14:08 -04:00
display_ad_spec.rb Initial commit 2018-02-28 16:11:08 -05:00
event_spec.rb increase event title length (#80) 2018-03-13 20:10:30 -04:00
feedback_message_spec.rb [Done] New Reporting System MVP (#408) 2018-06-19 16:41:31 -04:00
follow_spec.rb Initial commit 2018-02-28 16:11:08 -05:00
github_issue_spec.rb Initial commit 2018-02-28 16:11:08 -05:00
github_repo_spec.rb Resolve GitHubRepo issue (#323) 2018-05-16 16:14:14 -04:00
job_opportunity_spec.rb Initial commit 2018-02-28 16:11:08 -05:00
mention_spec.rb Add some tests around model validations (#459) 2018-06-20 17:14:08 -04:00
message_spec.rb Add some tests around model validations (#459) 2018-06-20 17:14:08 -04:00
notification_spec.rb Initial commit 2018-02-28 16:11:08 -05:00
organization_spec.rb Initial commit 2018-02-28 16:11:08 -05:00
podcast_episode_spec.rb Initial commit 2018-02-28 16:11:08 -05:00
push_notification_subscription_spec.rb Clean up spec outputs (#450) 2018-06-19 16:27:15 -04:00
reaction_spec.rb Add protection against reactions to unpublished articles (#473) 2018-06-21 15:44:04 -04:00
search_keyword_spec.rb Add search_keywords record and associated functionality (#494) 2018-06-25 11:58:07 -04:00
tag_spec.rb Initial commit 2018-02-28 16:11:08 -05:00
tweet_spec.rb Initial commit 2018-02-28 16:11:08 -05:00
user_spec.rb Edem/improvements/pundit coverage (#498) 2018-06-28 09:38:20 -04:00