From a6c564dd4e7c604eae062779c45a1303b67cfbf2 Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 9 Aug 2013 10:37:09 +0200 Subject: fix billing tests to use user id with customer resources I think this is very confusing and should be changed to: resource :users do |user| user.resource :customer end --- billing/test/functional/customers_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'billing/test/functional/customers_controller_test.rb') diff --git a/billing/test/functional/customers_controller_test.rb b/billing/test/functional/customers_controller_test.rb index 2a431da..02b3424 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), response.header['Location'] #todo should pass user not customer + assert_equal edit_customer_url(@customer.user), response.header['Location'] #todo should pass user not customer end -- cgit v1.2.3