Age | Commit message (Collapse) | Author |
|
subscription's balance.
|
|
|
|
|
|
|
|
|
|
|
|
functional: test canceling a subscription
integration: investigate the issue with creating a subscription
|
|
want to test regarding subscriptions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I think this is very confusing and should be changed to:
resource :users do |user|
user.resource :customer
end
|
|
edit for other users.
|
|
|
|
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.
|
|
|
|
|
|
|
|
The default CouchRest Model belongs_to does not respect the class option.
So we need to write our own getter method.
|
|
|
|
|
|
|
|
|