summaryrefslogtreecommitdiff
path: root/spec/controllers
AgeCommit message (Expand)Author
2021-03-28Merge pull request #214 from solidusio-contrib/christianr/payment-source-owne...Alessandro Desantis
2021-03-26Validate payment_source ownership on the subscriptionChristian Rimondi
2021-03-25Fix remaining rubocop violations in specSean
2021-03-25Add missing magic comment to specsSean
2021-02-12Fix duplicated line items creationIgor Barbosa
2021-02-12Add tests for subscription payment method updateIgor Barbosa
2020-10-08Migrate to request specs for testing API controllersAlessandro Desantis
2020-10-08Use guest token to authorize API controller actionsAlessandro Desantis
2020-09-25Fix coding style violationsAlessandro Desantis
2020-06-17Allow setting a subscription's billing address via the APIAlessandro Desantis
2020-06-15Redirect admins to subscription edit page after creation/updateAlessandro Desantis
2020-06-13Update decorator namespaces to be compliant with ZeitwerkAlessandro Desantis
2019-11-22Configure RSpec via solidus_extension_dev_toolsAlessandro Desantis
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
2017-07-24Refactor Admin Subs Controller specBrendan Deere
2017-07-24Subscriptions with many line items can be editedBrendan Deere
2017-06-14Reload line_items in spec instead of using true in the association.Joel Jackson
2017-06-09Support Rails 5.1John Hawthorn
2017-01-12Replace max_installments with end_dateBrendan Deere
2017-01-12Subscription ship_address can be updatedBrendan Deere
2017-01-09Subs have many subs line itemsBrendan Deere
2017-01-06Spec against Solidus 2.0Brendan Deere
2016-10-26Skip installments from the subs index pageBrendan Deere
2016-10-26Skip subscriptions from the admin interfaceBrendan Deere
2016-10-26Admin cancel subscriptionsBrendan Deere
2016-10-20Spec SubscriptionsController#newBrendan Deere
2016-10-06Fix abilitiesBrendan Deere
2016-10-05Merge pull request #80 from brendandeere/config_minimum_cancellation_noticeBrendan Deere
2016-10-04Allow guests to edit their subss line itemsBrendan Deere
2016-10-04Enforce minimum cancellation noticeBrendan Deere
2016-10-04Merge pull request #72 from brendandeere/create_subs_line_items_through_line_...Brendan Deere
2016-10-04Create subs line items on update aswellBrendan Deere
2016-10-03remove no value added specsBrendan Deere
2016-10-03Create subscription line items from api controllerBrendan Deere
2016-10-03Create subs line item in a helper moduleBrendan Deere
2016-10-03Shared context for creating subscription line itemsBrendan Deere
2016-10-03Add Admin::SubscriptionsControllerBrendan Deere
2016-09-29Add line_item to generated subscriptionAlex Blackie
2016-09-29Add #skip to subscriptions controllerAlex Blackie
2016-09-28Change interval enum units to singularAlex Blackie
2016-09-27Spec Cancellation failureBrendan Deere
2016-09-27Users accept attributes for subscriptionsBrendan Deere
2016-09-27Add Subscriptions#update api endpointBrendan Deere
2016-09-26Merge pull request #49 from brendandeere/feature/cancel_subscriptionsBrendan Deere
2016-09-26Fix after action to create subs line itemsBrendan Deere
2016-09-26Add cancel endpoint for subscriptionsAlex Blackie
2016-09-23Merge pull request #46 from brendandeere/feature/delete_line_itemsBrendan Deere
2016-09-23Merge pull request #45 from brendandeere/feature/abilitiesBrendan Deere