summaryrefslogtreecommitdiff
path: root/billing/test/functional
AgeCommit message (Collapse)Author
2014-04-11move engines into engines directoryAzul
Also renamed help to support so it's harder to confuse it with documentation
2013-12-17Merge branch 'develop' into feature/billing-no-authenticated-paymentsjessib
Conflicts: billing/config/locales/en.yml
2013-10-08Payments made when authenticated will be donations, and not connected to ↵jessib
customer in any way.
2013-10-08Minor tweaks.jessib
2013-10-07Fix typo in test name.jessib
2013-09-18minor: include missing CustomerTestHelperAzul
2013-09-18refactor: stub_customer test helperAzul
2013-09-18failing tests for subscriptionsAzul
functional: test canceling a subscription integration: investigate the issue with creating a subscription
2013-09-03do not leave behind users in billing unit and functional testsAzul
2013-08-15Some notes on tests that don't work. (Failing tests are skipped though.)jessib
2013-08-09fix billing tests to use user id with customer resourcesAzul
I think this is very confusing and should be changed to: resource :users do |user| user.resource :customer end
2013-08-06Some more tweaks to have billing code work, and allow admins to view but not ↵jessib
edit for other users.
2013-07-17billing: integration test creating customerAzul
2013-07-17billing: functional test for payments controllerAzul
2013-07-17billing: update customer records - do not create new onesAzul
2013-07-17billing: functional tests reveal issue with customer.braintree_customerAzul
2013-07-17Very rough start to tests, which still doesn't really use FakeBraintree.jessib