Fix invalid URLs in CustomField caching spec

pull/6827/head
Alex Coles 9 years ago
parent 8af9d2603c
commit aa22eaf5b5
  1. 2
      spec/requests/custom_field_cache_spec.rb

@ -59,7 +59,7 @@ describe 'Custom field filter and group by caching', type: :request do
end
def visit_cost_reports_index
get "projects/#{project.id}/cost_reports"
get "/projects/#{project.id}/cost_reports"
end
it 'removes the filter/group_by if the custom field is removed' do

Loading…
Cancel
Save