Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-17 | billing bring back test for #with_braintree_data! | Azul | |
2013-07-17 | billing: fix integration test | Azul | |
This actually required three little fixes: * couchrest_session_store updated to 0.1.2 to make sure we store sessions * use BraintreeTestApp to proxy braintree requests that RackTest assumes are local * do not attempt to read status after a capybara request Also refactored the test a bit to set @user and login during setup. | |||
2013-07-17 | billing: integration test creating customer | Azul | |
2013-07-17 | billing: functional test for payments controller | Azul | |
2013-07-17 | billing: update customer records - do not create new ones | Azul | |
2013-07-17 | billing: fix issue with customer.braintree_customer | Azul | |
The default CouchRest Model belongs_to does not respect the class option. So we need to write our own getter method. | |||
2013-07-17 | billing: functional tests reveal issue with customer.braintree_customer | Azul | |
2013-07-17 | use fake_braintree, fix and test customer with braintree info | Azul | |
2013-07-17 | test non braintree parts of customer, validate user | Azul | |
2013-07-17 | Very rough start to tests, which still doesn't really use FakeBraintree. | jessib | |