summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2020-06-13Update decorator namespaces to be compliant with ZeitwerkAlessandro Desantis
2020-06-13Update to the latest solidus_dev_supportAlessandro Desantis
2020-01-20Update extension structure using dev_supportMattia Roccoberton
2020-01-17Change solidus_extension_dev_tools references to solidus_dev_supportMattia Roccoberton
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
2019-02-07Set FactoryBot.use_parent_strategy to falseAngel Perez
2018-12-13Set forgery protection to false on subscriptions controller specAngel Perez
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
2018-07-31Update factory_girl to factory_botfastjames
2017-07-24Merge pull request #20 from brendandeere/fix/the_broken_adminBrendan Deere
2017-07-24Refactor Admin Subs Controller specBrendan Deere
2017-07-24Subscriptions with many line items can be editedBrendan Deere
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-06-14Reload line_items in spec instead of using true in the association.Joel Jackson
2017-06-09Support Rails 5.1John Hawthorn
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
2017-02-03SubscriptionGenerator#groupBrendan Deere
2017-02-03Add Subscription configuration valuesBrendan Deere
2017-01-12Rename ConsolidatedInstalment as CheckoutBrendan Deere
2017-01-12Merge pull request #121 from brendandeere/change_dates_to_date_timesBrendan Deere
2017-01-12Installment#actionable_date is a DateTimeBrendan Deere
2017-01-12Subscription actionable_date is a DateTimeBrendan Deere
2017-01-12Deactivate expired subscriptionsBrendan Deere
2017-01-12Replace max_installments with end_dateBrendan Deere
2017-01-12The dummy order uses best address availableBrendan Deere
2017-01-12Subscription ship_address can be updatedBrendan Deere
2017-01-12Process user subs by addressBrendan Deere
2017-01-12Use subscription address for consolidated intallmentBrendan Deere
2017-01-12Set default subscription shipping addressBrendan Deere
2017-01-12Subscriptions have their own shipping methodsBrendan Deere
2017-01-09Subs have many subs line itemsBrendan Deere
2017-01-09Line item builder accepts a collection of line itemsBrendan Deere
2017-01-06Merge pull request #113 from brendandeere/remove_root_orderBrendan Deere
2017-01-06Associate stores to subscriptions on creationBrendan Deere
2017-01-06Remove root order referencesBrendan Deere
2017-01-06Use subscription store for installment ordersBrendan Deere