docbrown/spec/models
rhymes cecd1db070 Sponsorship: business logic (step 2) (#3440)
* Add Sponsorship model

* Add Sponsorship to admin

* Add correct relationships between models

* Add temporary script to migrate sponsorship data

* Use constants for enums

* Use Sponsorship model in PartnershipsController

* Use Sponsorship in the views

* Validate sponsorship levels and tag combos

* Replace the rest of the sponsorship code to use Sponsorship
2019-07-10 16:40:56 -04:00
..
shared_examples Fix delayed job errors related to reactions #1621 (#1883) 2019-02-27 16:19:01 -08:00
api_secret_spec.rb ApiSecret model for Developer API (#1369) 2019-01-08 12:30:54 -05:00
article_destroy_spec.rb Move async article methods to ActiveJob (#2647) 2019-05-10 12:52:00 -04:00
article_spec.rb Increase tag length from 20 to 30 chars (#3299) 2019-06-24 16:43:21 -04:00
backup_data_spec.rb Add functionality to remove and recover identity (#3377) 2019-07-03 12:01:16 -04:00
badge_achievement_spec.rb Award credits along with badge achievements (#2683) 2019-05-03 15:38:25 -04:00
badge_spec.rb Update deprecated Faker::Overwatch use (#2142) [skip ci] 2019-03-21 12:17:16 -04:00
block_spec.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
buffer_update_spec.rb Rubocop cleanups (#1415) 2019-01-02 11:20:02 -05:00
chat_channel_spec.rb Enabled rubocop/lint (#2130) 2019-03-21 10:53:44 -04:00
classified_listing_spec.rb Credits ledger (#3395) 2019-07-09 10:11:18 -04:00
collection_spec.rb Fix Rubocop lint (#3423) [ci skip] 2019-07-09 09:06:38 -04:00
comment_spec.rb Fix comment title encoding issue (#3311) 2019-06-26 15:24:05 -04:00
credit_spec.rb Credits ledger (#3395) 2019-07-09 10:11:18 -04:00
display_ad_spec.rb Add areas for DEV Shop displays on left sidebar (#2162) 2019-03-22 09:57:37 -04:00
event_spec.rb Move bust_cache methods in own jobs (#3071) 2019-06-24 13:28:25 -04:00
feedback_message_spec.rb Rubocop cleanups (#1415) 2019-01-02 11:20:02 -05:00
follow_spec.rb Add backend functionality for muting users you follow (#3240) 2019-06-20 11:28:50 -04:00
github_issue_spec.rb Bump octokit from 4.8.0 to 4.12.0 (#744) [ci skip] 2018-09-25 17:04:58 -04:00
github_repo_spec.rb Use timezone aware methods (#893) 2018-10-18 16:26:29 -04:00
html_variant_spec.rb Add missing CloudinaryHelper inclusion in HtmlVariant (#1923) 2019-02-28 06:57:05 -08:00
html_variant_success_spec.rb Unskip all skipped specs (#2941) 2019-05-25 11:04:38 -04:00
html_variant_trial_spec.rb Unskip all skipped specs (#2941) 2019-05-25 11:04:38 -04:00
identity_spec.rb Optimize sign in: Identity #2061 (#2231) 2019-03-28 16:10:23 -04:00
job_opportunity_spec.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
mention_spec.rb Fix mention validation when validating an empty instance (#3188) 2019-06-18 21:36:01 -04:00
message_spec.rb Improve specs (#1693) 2019-02-04 15:56:00 -04:00
note_spec.rb Improve specs (#1693) 2019-02-04 15:56:00 -04:00
notification_spec.rb Add context data to comment notifications (#3258) 2019-06-21 14:26:19 -04:00
notification_subscription_spec.rb New Feature: Subscribe to posts! (#3149) 2019-06-14 12:03:43 -04:00
organization_membership_spec.rb Allow users to belong to multiple orgs (#2583) 2019-06-04 09:30:52 -04:00
organization_spec.rb Sponsorship: add model (step 1) (#3438) 2019-07-10 15:58:37 -04:00
page_spec.rb Move bust_cache methods in own jobs (#3071) 2019-06-24 13:28:25 -04:00
page_view_spec.rb Pro: add referrers to dashboard and single article stats (#3295) 2019-06-25 13:58:09 -04:00
podcast_episode_spec.rb Move bust_cache methods in own jobs (#3071) 2019-06-24 13:28:25 -04:00
podcast_spec.rb Moved creating a new podcast to a separate ActiveJob #2952 (#3373) 2019-07-04 13:10:54 -04:00
poll_option_spec.rb Beta polls feature (admin use only for now) (#3176) 2019-06-15 17:33:30 -04:00
poll_skip_spec.rb Fixed rubocop issues, new .rubocop_todo.yml (#3255) 2019-06-21 14:26:39 -04:00
poll_spec.rb Beta polls feature (admin use only for now) (#3176) 2019-06-15 17:33:30 -04:00
poll_vote_spec.rb Remove double presence validator in PollVote (#3187) [ci skip] 2019-06-17 10:28:05 -04:00
profile_pin_spec.rb Fix profile pin display limit (#3427) 2019-07-09 15:42:46 -04:00
push_notification_subscription_spec.rb Clean up spec outputs (#450) 2018-06-19 16:27:15 -04:00
rating_vote_spec.rb Add page for users to "manage" their posts after publication (distribution, etc.) (#2627) 2019-05-01 09:00:09 -04:00
reaction_create_spec.rb Enable random order for specs (#2466) [ci skip] 2019-04-17 11:30:23 -04:00
reaction_destroy_spec.rb Enable random order for specs (#2466) [ci skip] 2019-04-17 11:30:23 -04:00
reaction_spec.rb Extract new reaction notification to ActiveJob (#2122) 2019-03-25 13:54:21 -04:00
search_keyword_spec.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
sponsorship_spec.rb Sponsorship: business logic (step 2) (#3440) 2019-07-10 16:40:56 -04:00
tag_adjustment_spec.rb Rubocop cleanups (#1415) 2019-01-02 11:20:02 -05:00
tag_spec.rb Move bust_cache methods in own jobs (#3071) 2019-06-24 13:28:25 -04:00
tweet_spec.rb Fix rubocop lints (#794) 2018-10-03 13:00:09 -04:00
user_spec.rb Add history to sidebar for pro users (#3417) 2019-07-08 18:10:01 -04:00