summaryrefslogtreecommitdiff
path: root/spec/models
AgeCommit message (Expand)Author
2021-01-30Remove `dummy_order` and `dummy_line_item` helpersAlessandro Desantis
2020-12-14Update cancel method on subscription to respect minimum dateSean
2020-11-23Remove to_date from actionable_date referencesAlessandro Desantis
2020-11-23Remove time component from actionable_date columnsAlessandro Desantis
2020-11-19Write a stub_config helper to make tests more conciseAlessandro Desantis
2020-11-19Fix automatic cancellation being too aggressiveAlessandro Desantis
2020-11-17Move reprocessing to time based criteriaNicolò€ Rebughini
2020-10-10Cancel subscription once it reaches the maximum retry attemptsAlessandro Desantis
2020-10-09Fire events for subscription payment method updatesAlessandro Desantis
2020-10-08Generate guest_token for all subscriptionsAlessandro Desantis
2020-10-05Remove subscription_repopulated eventAlessandro Desantis
2020-10-05Track additional events for subscription updatesAlessandro Desantis
2020-10-05Fix failing LineItem testAlessandro Desantis
2020-10-01Streamline event emission and trackingAlessandro Desantis
2020-09-25Fix coding style violationsAlessandro Desantis
2020-09-24Use `.configure`/`.configuration` standard for config managementAlessandro Desantis
2020-08-27Remove ActiveRecord association testsAlessandro Desantis
2020-07-30Make event names more consistentAlessandro Desantis
2020-07-30Track skips in `#skip` rather than `#advance_actionable_date`Alessandro Desantis
2020-07-30Stop tracking individual subscription updatesAlessandro Desantis
2020-07-30Track subscription line item lifecycle eventsAlessandro Desantis
2020-07-30Track subscription lifecycle eventsAlessandro Desantis
2020-07-30Implement subscription event trackingAlessandro Desantis
2020-06-22Fix coding style issuesAlessandro Desantis
2020-06-18Store payment method and source on subscriptionsAlessandro Desantis
2020-06-17Fix flaky time comparison spec for Subscription#skipAlessandro Desantis
2020-06-17Move actionable_date update logic from LineItem to SubscriptionAlessandro Desantis
2020-06-17Respect subscription billing address in dummy line itemAlessandro Desantis
2020-06-17Create :with_shipping_address and :with_billing_address traitsAlessandro Desantis
2020-06-16Use subscription's `end_date` in `Subscription#can_be_deactivated?`Alessandro Desantis
2020-06-16Move service object specs to `spec/services`Alessandro Desantis
2020-06-13Fix unsupported `around(:all)` RSpec configurationAlessandro Desantis
2019-11-22Use update instead of the deprecated update_attributesAlessandro Desantis
2019-11-22Configure RSpec via solidus_extension_dev_toolsAlessandro Desantis
2019-09-12Fix comparisons in LineItem#as_json testAlessandro Desantis
2018-12-13Fix all deprecations warningsAngel Perez
2018-12-12Realign specs and solidus versionsfastjames
2018-12-12Makes checkout spec work using the wallet rather than default credit cardJoel Jackson
2017-07-24Exclude solidus 1.3 down from extra checkout testsJoel Jackson
2017-07-24Don't test versions lower than 1.3 for checkout step rearrangement.Joel Jackson
2017-07-24Fix rubocop warnings, restore checkout flow after checkout flow spec and actu...Joel Jackson
2017-07-24Allows for subscription chekout to accommodate a more flexible checkout flow.Joel Jackson
2017-06-14Reload details in checkout spec instead of using true in the association.Joel Jackson
2017-05-23Ensure user exists when setting CC#default=trueJohn Hawthorn
2017-02-03Merge pull request #4 from solidusio-contrib/allow_retries_to_be_disabledBrendan Deere
2017-02-03Allow Failed installments to not be reprocessedBrendan
2017-02-03Checkout multiple subscription_line_itemsBrendan
2017-02-03Rename consolidated_installment => checkoutBrendan
2017-02-03Subscriptions have knowledge of intervalsBrendan Deere
2017-02-03Persist subscription configuration valuesBrendan Deere