Redesignating all references to user_invoices as account_invoices

This commit is contained in:
Rob Harrington
2015-09-16 16:11:06 +10:00
parent aa183dc9e0
commit ae30007fed
10 changed files with 48 additions and 48 deletions

View File

@@ -34,8 +34,8 @@ feature 'Account and Billing Settings' do
select2_select accounts_distributor.name, from: "settings_accounts_distributor_id"
expect(page).to have_select "settings_default_accounts_payment_method_id"
expect(page).to have_select "settings_default_accounts_shipping_method_id"
expect(page).to have_link "Update User Invoices", href: start_job_admin_accounts_and_billing_settings_path(job: { name: 'update_user_invoices'})
expect(page).to have_link "Finalise User Invoices", href: start_job_admin_accounts_and_billing_settings_path(job: { name: 'finalize_user_invoices'})
expect(page).to have_link "Update User Invoices", href: start_job_admin_accounts_and_billing_settings_path(job: { name: 'update_account_invoices'})
expect(page).to have_link "Finalise User Invoices", href: start_job_admin_accounts_and_billing_settings_path(job: { name: 'finalize_account_invoices'})
end
it "attributes can be changed", js: true do