docbrown/spec/requests
Keshav Biswa 8d57d45ecc Rubocop Style cops enabled (#2056)
* Rubocop enabled style/alias

* Enabled Style/ArrayJoin Cop

* Enabled Style/Attr

* Enabled Case Equality

* Enabled CharacterLiteral

*  Enabled ColonMethodCall Cop

* Enabled CommentAnnotation cop

* Enabled PreferredHashMethods Cop

*  Enabled DoubleNegation Cop

* Enabled EachWithObject Cop

* Enabled EmptyLiteral Cop

* Enabled EvenOdd Cop

* Enabled IfWithSemicolon Cop

* Enabled Lambda and LambdaCall Cop

* Enabled LineEndConcatenation Cop

* Enabled ModuleFunction Cop;

* Enable NegatedIf and NegatedWhile Cop

* Enabled NilComparison Cop

* Enabled Not Cop

* Enabled NumericLiterals Cop

* Enabled OneLineConditional Cop

* Enabled PercentLiteralDelimiters Cop

* Excluded internal/users_controller from negated_if cop

* Reverted the double negation change from github_issue_tag and github_issue.rb"

* Enabled PerlBackrefs Cop

* Changed Regexp.last_match(1) to Regexp.last_match(0)

* Enabled proc cop

* Enabled RaiseArgs Cop

* Reverted Regexp.last_match(0) to Regexp.last_match(1)

* Enabled SelfAssignment Cop

* Enabled SingleLineMethods Cop

* Enabled SpecialGlobalVars Cop

* Enabled VariableInterpolation Cop

* Enabled WhenThen Cop

* Enabled WhileUntilModifier Cop

* Enabled WordArray Cop

* Enabled IfUnlessModifier Cop

* Enabled GuardClause Cop
2019-03-15 18:33:54 -04:00
..
api/v0 Add more test coverage (#1829) 2019-02-22 09:16:57 -08:00
additional_content_boxes_spec.rb Improve performance for additional content boxes and tags index (#1750) 2019-02-06 16:50:35 -04:00
api_secrets_create_spec.rb ApiSecret model for Developer API (#1369) 2019-01-08 12:30:54 -05:00
api_secrets_destroy_spec.rb ApiSecret model for Developer API (#1369) 2019-01-08 12:30:54 -05:00
article_mutes_spec.rb Add more test coverage (#1829) 2019-02-22 09:16:57 -08:00
articles_api_spec.rb Rubocop Style cops enabled (#2056) 2019-03-15 18:33:54 -04:00
articles_create_spec.rb Add slack message for warned user activity (#1077) 2018-11-07 13:29:05 -05:00
articles_update_spec.rb Fix rubocop lints (#794) 2018-10-03 13:00:09 -04:00
async_info_spec.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
badges_spec.rb Add comment policy and specs (#475) 2018-06-21 17:20:34 -04:00
blocks_spec.rb Fix rubocop lints (#794) 2018-10-03 13:00:09 -04:00
buffered_articles_spec.rb Replace dev.to with APP_DOMAIN config in a few places (#1406) 2018-12-26 18:13:05 -05:00
chat_channel_memberships_spec.rb Fix rubocop lints (#794) 2018-10-03 13:00:09 -04:00
chat_channels_spec.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
comment_mutes_spec.rb Mute notifications for a comment thread (#1636) 2019-01-24 17:20:38 -05:00
comments_api_spec.rb Mute notifications for a comment thread (#1636) 2019-01-24 17:20:38 -05:00
comments_create_spec.rb Fix rubocop lints (#794) 2018-10-03 13:00:09 -04:00
comments_destroy_spec.rb Add comment policy and specs (#475) 2018-06-21 17:20:34 -04:00
comments_spec.rb 404 comments for unpublished posts (#1013) 2018-10-26 13:37:34 -04:00
comments_update_spec.rb WIP Refactor/notifications (#1131) 2018-11-19 16:09:02 -05:00
dashboard_spec.rb Basics of pro dashboard (#1971) 2019-03-04 12:10:09 -08:00
delayed_job_spec.rb Enable delayed_job web interface for admins (#1967) 2019-03-04 10:12:42 -08:00
editor_spec.rb Improve specs (#1693) 2019-02-04 15:56:00 -04:00
email_subscriptions_spec.rb Improve specs (#1693) 2019-02-04 15:56:00 -04:00
events_spec.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
feedback_messages_create_spec.rb add spec for invalid captcha (#1569) 2019-01-16 12:20:40 -05:00
followed_articles_spec.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
follows_api_spec.rb Improve specs (#1693) 2019-02-04 15:56:00 -04:00
follows_create_spec.rb Don't send new follower notification when followable is a tag #2041 (#2050) 2019-03-13 08:16:20 -07:00
follows_show_spec.rb Rubocop Style cops enabled (#2056) 2019-03-15 18:33:54 -04:00
follows_update_spec.rb Add point weights for tag follows (#1229) 2018-11-30 15:36:58 -05:00
ga_events_spec.rb Fix rubocop lints (#794) 2018-10-03 13:00:09 -04:00
github_repos_spec.rb Fix GitHub Repo feature (#78) 2018-03-15 11:36:22 -04:00
html_variant_successes_spec.rb Improve specs (#1693) 2019-02-04 15:56:00 -04:00
html_variant_trials_spec.rb Improve specs (#1693) 2019-02-04 15:56:00 -04:00
html_variants_spec.rb Add below-article html variant (#1669) 2019-01-28 14:31:43 -05:00
image_uploads_spec.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
internal_buffer_updates_spec.rb Add functionality for buffering to different accounts (#752) 2018-09-26 15:51:39 -04:00
internal_events_spec.rb Add request specs (#275) (#329) 2018-08-13 18:03:34 -04:00
internal_feedback_messages_spec.rb Add slack notifications to notes for reports (#660) 2018-09-25 14:36:54 -04:00
internal_reactions_spec.rb Rubocop Style cops enabled (#2056) 2019-03-15 18:33:54 -04:00
internal_users_spec.rb Add user status to internal/users (#1444) 2019-01-03 16:44:43 -05:00
live_articles_spec.rb Add some tests around model validations (#459) 2018-06-20 17:14:08 -04:00
messages_spec.rb Improve specs (#1693) 2019-02-04 15:56:00 -04:00
moderations_spec.rb Add experience level averaging to articles (#1922) 2019-02-28 08:17:29 -08:00
notification_counts_spec.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
notifications_spec.rb Rubocop Style cops enabled (#2056) 2019-03-15 18:33:54 -04:00
organizations_update_spec.rb Rubocop fixes (#1966) 2019-03-04 06:18:09 -08:00
page_views_spec.rb Add page_view model (#1985) 2019-03-07 11:53:33 -08:00
pages_spec.rb Add html_variant split testing to /badge (#1763) 2019-02-08 12:45:14 -04:00
podcast_episodes_api_spec.rb Rubocop Style cops enabled (#2056) 2019-03-15 18:33:54 -04:00
podcast_episodes_index_spec.rb Initial commit 2018-02-28 16:11:08 -05:00
push_notification_subscriptions_spec.rb Add more test coverage (#1829) 2019-02-22 09:16:57 -08:00
pusher_auth_spec.rb Fix rubocop lints (#794) 2018-10-03 13:00:09 -04:00
rating_votes_spec.rb Add experience level averaging to articles (#1922) 2019-02-28 08:17:29 -08:00
reactions_api_spec.rb WIP Refactor/notifications (#1131) 2018-11-19 16:09:02 -05:00
reactions_spec.rb Fix rubocop lints (#794) 2018-10-03 13:00:09 -04:00
reading_list_index_spec.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
registration_spec.rb Export comments (#1471) 2019-01-16 12:54:45 -05:00
rss_feed_spec.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
social_previews_spec.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
stories_index_spec.rb Add reading time to articles (#1538) 2019-01-14 15:58:33 -05:00
stories_show_spec.rb Rubocop Style cops enabled (#2056) 2019-03-15 18:33:54 -04:00
stripe_active_cards_spec.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
stripe_cancellations_spec.rb Rubocop fixes (#1966) 2019-03-04 06:18:09 -08:00
stripe_subscriptions_spec.rb Fix rubocop lints (#794) 2018-10-03 13:00:09 -04:00
tag_adjustments_spec.rb Organization Notifications (#1762) 2019-02-25 14:25:37 -08:00
tags_api_spec.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
tags_spec.rb Improve performance for additional content boxes and tags index (#1750) 2019-02-06 16:50:35 -04:00
twilio_tokens_spec.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
user_organization_spec.rb Create UserPolicy (#480) 2018-06-22 20:40:08 -04:00
user_profile_spec.rb Rubocop Style cops enabled (#2056) 2019-03-15 18:33:54 -04:00
user_settings_spec.rb Add profile_updated_at and github_repos_updated_at to avoid extra fet… (#1754) 2019-02-06 20:39:15 -04:00
users_api_spec.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
users_onboarding_spec.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
video_states_update_spec.rb Clean up spec outputs (#450) 2018-06-19 16:27:15 -04:00
videos_spec.rb Fix rubocop lints (#794) 2018-10-03 13:00:09 -04:00