diff options
author | jessib <jessib@riseup.net> | 2013-08-15 12:09:26 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2013-08-15 12:09:26 -0700 |
commit | d948614d3e2bc190b9c819e961b94c03d7a24fcd (patch) | |
tree | 3407cab5a167855668f57edc7a0a2d202ebce2ba /billing/test/functional/customers_controller_test.rb | |
parent | d0a15a50e1fdf08f2283562453d4e803aa7b31c8 (diff) |
Some notes on tests that don't work. (Failing tests are skipped though.)
Diffstat (limited to 'billing/test/functional/customers_controller_test.rb')
-rw-r--r-- | billing/test/functional/customers_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/billing/test/functional/customers_controller_test.rb b/billing/test/functional/customers_controller_test.rb index 02b3424..d4881bf 100644 --- a/billing/test/functional/customers_controller_test.rb +++ b/billing/test/functional/customers_controller_test.rb @@ -45,7 +45,7 @@ class CustomersControllerTest < ActionController::TestCase login @other_user get :new assert_response :redirect - assert_equal edit_customer_url(@customer.user), response.header['Location'] #todo should pass user not customer + assert_equal edit_customer_url(@customer.user), response.header['Location'] end |