summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
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-18Copy payment details from order when activating subscriptionsAlessandro Desantis
2020-06-18Refactor SubscriptionGenerator specAlessandro 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-17Retrieve payment method from payment sourceAlessandro Desantis
2020-06-17Group subscriptions by billing and shipping addresses for schedulingAlessandro Desantis
2020-06-17Copy order billing address when generating subscriptionsAlessandro Desantis
2020-06-17Respect subscription billing address when processing a 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-17Remove unused factories fileAlessandro Desantis
2020-06-17Allow setting a subscription's billing address via the APIAlessandro 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-15Redirect admins to subscription edit page after creation/updateAlessandro Desantis
2020-06-14Fix wrong decorator spec pathAlessandro Desantis
2020-06-13Fix unsupported `around(:all)` RSpec configurationAlessandro Desantis
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