Skip to content

Build And Publish Preview Environment #6339

Build And Publish Preview Environment

Build And Publish Preview Environment #6339

GitHub Actions / Test Results failed Apr 24, 2024 in 0s

41 fail, 51 skipped, 19 525 pass in 39m 37s

    13 files  ±0      13 suites  ±0   39m 37s ⏱️ - 1m 14s
19 617 tests ±0  19 525 ✅  - 1  51 💤 ±0  41 ❌ +1 
19 887 runs  ±0  19 795 ✅  - 1  51 💤 ±0  41 ❌ +1 

Results for commit cf091b5. ± Comparison against earlier commit e1c52a5c.

Annotations

Check warning on line 0 in ./spec/requests/swagger_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

the API documentation has valid paths supports listing in-progress forms (spec.requests.swagger_spec) failed

Test Results/rspec2.xml [took 6s]
Raw output
Path /v0/in_progress_forms did not respond with expected status code. Expected 200 got 404  Response body:  {   "errors": [     {       "title": "Not found",       "detail": "There are no routes matching your request: v0/in_progress_forms",       "code": "411",       "status": "404"     }   ] }
\e[1mFailure/Error: \e[0mexpect(subject).to validate(:get, '/v0/in_progress_forms', 200, headers)

  Path /v0/in_progress_forms did not respond with expected status code. Expected 200 got 404 
  Response body:
   {
    "errors": [
      {
        "title": "Not found",
        "detail": "There are no routes matching your request: v0/in_progress_forms",
        "code": "411",
        "status": "404"
      }
    ]
  }
/usr/local/bundle/gems/super_diff-0.11.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./spec/requests/swagger_spec.rb:160:in `block (3 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/swagger_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

the API documentation has valid paths supports getting an in-progress form (spec.requests.swagger_spec) failed

Test Results/rspec2.xml [took 0s]
Raw output
Path /v0/in_progress_forms/{id} did not respond with expected status code. Expected 200 got 404  Response body:  {   "errors": [     {       "title": "Not found",       "detail": "There are no routes matching your request: v0/in_progress_forms/1010ez",       "code": "411",       "status": "404"     }   ] }
\e[1mFailure/Error: \e[0m
  expect(subject).to validate(
    :get,
    '/v0/in_progress_forms/{id}',
    200,
    headers.merge('id' => '1010ez')
  )

  Path /v0/in_progress_forms/{id} did not respond with expected status code. Expected 200 got 404 
  Response body:
   {
    "errors": [
      {
        "title": "Not found",
        "detail": "There are no routes matching your request: v0/in_progress_forms/1010ez",
        "code": "411",
        "status": "404"
      }
    ]
  }
/usr/local/bundle/gems/super_diff-0.11.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./spec/requests/swagger_spec.rb:175:in `block (3 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/swagger_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

the API documentation has valid paths supports updating an in-progress form (spec.requests.swagger_spec) failed

Test Results/rspec2.xml [took 0s]
Raw output
Path /v0/in_progress_forms/{id} did not respond with expected status code. Expected 200 got 404  Response body:  {   "errors": [     {       "title": "Not found",       "detail": "There are no routes matching your request: v0/in_progress_forms/1010ez",       "code": "411",       "status": "404"     }   ] }
\e[1mFailure/Error: \e[0m
  expect(subject).to validate(
    :put,
    '/v0/in_progress_forms/{id}',
    200,
    headers.merge(
      'id' => '1010ez',
      '_data' => { 'form_data' => { wat: 'foo' } }
    )
  )

  Path /v0/in_progress_forms/{id} did not respond with expected status code. Expected 200 got 404 
  Response body:
   {
    "errors": [
      {
        "title": "Not found",
        "detail": "There are no routes matching your request: v0/in_progress_forms/1010ez",
        "code": "411",
        "status": "404"
      }
    ]
  }
/usr/local/bundle/gems/super_diff-0.11.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./spec/requests/swagger_spec.rb:185:in `block (3 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/swagger_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

the API documentation has valid paths supports deleting an in-progress form (spec.requests.swagger_spec) failed

Test Results/rspec2.xml [took 0s]
Raw output
Path /v0/in_progress_forms/{id} did not respond with expected status code. Expected 200 got 404  Response body:  {   "errors": [     {       "title": "Not found",       "detail": "There are no routes matching your request: v0/in_progress_forms/edu_benefits",       "code": "411",       "status": "404"     }   ] }
\e[1mFailure/Error: \e[0m
  expect(subject).to validate(
    :delete,
    '/v0/in_progress_forms/{id}',
    200,
    headers.merge('id' => form.form_id)
  )

  Path /v0/in_progress_forms/{id} did not respond with expected status code. Expected 200 got 404 
  Response body:
   {
    "errors": [
      {
        "title": "Not found",
        "detail": "There are no routes matching your request: v0/in_progress_forms/edu_benefits",
        "code": "411",
        "status": "404"
      }
    ]
  }
/usr/local/bundle/gems/super_diff-0.11.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./spec/requests/swagger_spec.rb:205:in `block (3 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/swagger_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

the API documentation and tests all documented routes (spec.requests.swagger_spec) failed

Test Results/rspec2.xml [took 0s]
Raw output
get /v0/in_progress_forms is untested for response code 401 delete /v0/in_progress_forms/{id} is untested for response code 401 get /v0/in_progress_forms/{id} is untested for response code 401 put /v0/in_progress_forms/{id} is untested for response code 401 put /v0/in_progress_forms/{id} is untested for response code 500
\e[1mFailure/Error: \e[0mexpect(subject).to validate_all_paths

  get /v0/in_progress_forms is untested for response code 401
  delete /v0/in_progress_forms/{id} is untested for response code 401
  get /v0/in_progress_forms/{id} is untested for response code 401
  put /v0/in_progress_forms/{id} is untested for response code 401
  put /v0/in_progress_forms/{id} is untested for response code 500
/usr/local/bundle/gems/super_diff-0.11.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./spec/requests/swagger_spec.rb:3432:in `block (3 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/simple_forms_api/spec/requests/v1/uploads_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 11 runs failed: Forms uploader #submit going to Lighthouse Benefits Intake API saves a FormSubmissionAttempt (modules.simple_forms_api.spec.requests.v1.uploads_spec)

Test Results/rspec7.xml [took 15s]
Raw output
expected `FormSubmissionAttempt.count` to have changed by 1, but was changed by 0
\e[1mFailure/Error: \e[0m
  expect do
    post '/simple_forms_api/v1/simple_forms', params: data
  end.to change(FormSubmissionAttempt, :count).by(1)

  expected `FormSubmissionAttempt.count` to have changed by 1, but was changed by 0
/usr/local/bundle/gems/super_diff-0.11.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/simple_forms_api/spec/requests/v1/uploads_spec.rb:60:in `block (5 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/v0/in_progress_forms/5655_request_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

In Progress Forms - FSR (5655) /v0/in_progress_forms/5655 with payments returns a pre-filled form (spec.requests.v0.in_progress_forms.5655_request_spec) failed

Test Results/rspec3.xml [took 0s]
Raw output
Expected \e[33m404\e[0m to eq \e[35m200\e[0m.
\e[1mFailure/Error: \e[0mexpect(response.status).to eq(200)
  Expected \e[33m404\e[0m to eq \e[35m200\e[0m.
/usr/local/bundle/gems/super_diff-0.11.0/lib/super_diff/rspec/monkey_patches.rb:43:in `handle_failure'
./spec/requests/v0/in_progress_forms/5655_request_spec.rb:44:in `block (5 levels) in <top (required)>'
./spec/requests/v0/in_progress_forms/5655_request_spec.rb:13:in `block (3 levels) in with_vcr'
/usr/local/bundle/gems/vcr-6.2.0/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/gems/vcr-6.2.0/lib/vcr.rb:194:in `use_cassette'
./spec/requests/v0/in_progress_forms/5655_request_spec.rb:12:in `block (2 levels) in with_vcr'
/usr/local/bundle/gems/vcr-6.2.0/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/gems/vcr-6.2.0/lib/vcr.rb:194:in `use_cassette'
./spec/requests/v0/in_progress_forms/5655_request_spec.rb:11:in `block in with_vcr'
/usr/local/bundle/gems/vcr-6.2.0/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/gems/vcr-6.2.0/lib/vcr.rb:194:in `use_cassette'
./spec/requests/v0/in_progress_forms/5655_request_spec.rb:10:in `with_vcr'
./spec/requests/v0/in_progress_forms/5655_request_spec.rb:42:in `block (4 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/in_progress_forms_request_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

V0::InProgressFormsController without a user #show returns a 401 (spec.requests.in_progress_forms_request_spec) failed

Test Results/rspec11.xml [took 0s]
Raw output
undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithoutAUser::Show "returns a 401" (./spec/requests/in_progress_forms_request_spec.rb:496)>
\e[1mFailure/Error: \e[0mget v0_in_progress_form_url(in_progress_form.form_id), params: nil

NoMethodError:
  undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithoutAUser::Show "returns a 401" (./spec/requests/in_progress_forms_request_spec.rb:496)>
./spec/requests/in_progress_forms_request_spec.rb:497:in `block (4 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/in_progress_forms_request_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

V0::InProgressFormsController with a user #update with an existing form updates the right form (spec.requests.in_progress_forms_request_spec) failed

Test Results/rspec11.xml [took 0s]
Raw output
undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithAnExistingForm "updates the right form" (./spec/requests/in_progress_forms_request_spec.rb:362)>
\e[1mFailure/Error: \e[0mput v0_in_progress_form_url(existing_form.form_id), params: { form_data: }

NoMethodError:
  undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithAnExistingForm "updates the right form" (./spec/requests/in_progress_forms_request_spec.rb:362)>
./spec/requests/in_progress_forms_request_spec.rb:363:in `block (5 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/in_progress_forms_request_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

V0::InProgressFormsController with a user #update with an existing form has not checked 'One or more of my rated conditions tha…tten worse' updates form with cfiMetric metadata but does not call StatsD (spec.requests.in_progress_forms_request_spec) failed

Test Results/rspec11.xml [took 0s]
Raw output
undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithAnExistingForm::HasNotCheckedOneOrMoreOfMyRatedConditionsThatHaveGottenWorse "updates form with cfiMetric metadata but does not call StatsD" (./spec/requests/in_progress_forms_request_spec.rb:442)>
\e[1mFailure/Error: \e[0m
  put v0_in_progress_form_url(existing_form.form_id),
      params: { form_data:, metadata: existing_form.metadata }

NoMethodError:
  undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithAnExistingForm::HasNotCheckedOneOrMoreOfMyRatedConditionsThatHaveGottenWorse "updates form with cfiMetric metadata but does not call StatsD" (./spec/requests/in_progress_forms_request_spec.rb:442)>
./spec/requests/in_progress_forms_request_spec.rb:443:in `block (6 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/in_progress_forms_request_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

V0::InProgressFormsController with a user #update with an existing form has checked 'One or more of my rated conditions that ha…rcentage updates form and includes cfiMetric in metadata, and logs metric (spec.requests.in_progress_forms_request_spec) failed

Test Results/rspec11.xml [took 0s]
Raw output
undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithAnExistingForm::HasCheckedOneOrMoreOfMyRatedConditionsThatHaveGottenWorse::HasRatedDisabilityWithMaximumRatingPercentage "updates form and includes cfiMetric in metadata, and logs metric" (./spec/requests/in_progress_forms_request_spec.rb:409)>
\e[1mFailure/Error: \e[0m
  put v0_in_progress_form_url(existing_form.form_id),
      params: { form_data:, metadata: existing_form.metadata }

NoMethodError:
  undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithAnExistingForm::HasCheckedOneOrMoreOfMyRatedConditionsThatHaveGottenWorse::HasRatedDisabilityWithMaximumRatingPercentage "updates form and includes cfiMetric in metadata, and logs metric" (./spec/requests/in_progress_forms_request_spec.rb:409)>
./spec/requests/in_progress_forms_request_spec.rb:410:in `block (7 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/in_progress_forms_request_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

V0::InProgressFormsController with a user #update with an existing form has checked 'One or more of my rated conditions that ha…ity with maximum_rating_percentage if updated twice only logs metric once (spec.requests.in_progress_forms_request_spec) failed

Test Results/rspec11.xml [took 0s]
Raw output
undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithAnExistingForm::HasCheckedOneOrMoreOfMyRatedConditionsThatHaveGottenWorse::HasRatedDisabilityWithMaximumRatingPercentage::IfUpdatedTwice "only logs metric once" (./spec/requests/in_progress_forms_request_spec.rb:419)>
\e[1mFailure/Error: \e[0m
  put v0_in_progress_form_url(existing_form.form_id),
      params: { form_data:, metadata: existing_form.metadata }

NoMethodError:
  undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithAnExistingForm::HasCheckedOneOrMoreOfMyRatedConditionsThatHaveGottenWorse::HasRatedDisabilityWithMaximumRatingPercentage::IfUpdatedTwice "only logs metric once" (./spec/requests/in_progress_forms_request_spec.rb:419)>
./spec/requests/in_progress_forms_request_spec.rb:420:in `block (8 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/in_progress_forms_request_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

V0::InProgressFormsController with a user #update with an existing form has checked 'One or more of my rated conditions that ha…_percentage updates form with cfiMetric metadata but does not call StatsD (spec.requests.in_progress_forms_request_spec) failed

Test Results/rspec11.xml [took 0s]
Raw output
undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithAnExistingForm::HasCheckedOneOrMoreOfMyRatedConditionsThatHaveGottenWorse::HasNoRatingsWithMaximumRatingPercentage "updates form with cfiMetric metadata but does not call StatsD" (./spec/requests/in_progress_forms_request_spec.rb:384)>
\e[1mFailure/Error: \e[0m
  put v0_in_progress_form_url(existing_form.form_id),
      params: { form_data:, metadata: existing_form.metadata }

NoMethodError:
  undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithAnExistingForm::HasCheckedOneOrMoreOfMyRatedConditionsThatHaveGottenWorse::HasNoRatingsWithMaximumRatingPercentage "updates form with cfiMetric metadata but does not call StatsD" (./spec/requests/in_progress_forms_request_spec.rb:384)>
./spec/requests/in_progress_forms_request_spec.rb:385:in `block (7 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/in_progress_forms_request_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

V0::InProgressFormsController with a user #update with a new form can have nil metadata (spec.requests.in_progress_forms_request_spec) failed

Test Results/rspec11.xml [took 0s]
Raw output
undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithANewForm "can have nil metadata" (./spec/requests/in_progress_forms_request_spec.rb:321)>
\e[1mFailure/Error: \e[0m
  put v0_in_progress_form_url(new_form.form_id),
      params: { form_data: { greeting: 'Hello!' } }.to_json,
      headers: { 'CONTENT_TYPE' => 'application/json' }

NoMethodError:
  undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithANewForm "can have nil metadata" (./spec/requests/in_progress_forms_request_spec.rb:321)>
./spec/requests/in_progress_forms_request_spec.rb:322:in `block (5 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/in_progress_forms_request_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

V0::InProgressFormsController with a user #update with a new form can't have non-hash formData (spec.requests.in_progress_forms_request_spec) failed

Test Results/rspec11.xml [took 0s]
Raw output
undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithANewForm "can't have non-hash formData" (./spec/requests/in_progress_forms_request_spec.rb:333)>
\e[1mFailure/Error: \e[0m
  put v0_in_progress_form_url(new_form.form_id),
      params: { form_data: 'Hello!' }.to_json,
      headers: { 'CONTENT_TYPE' => 'application/json' }

NoMethodError:
  undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithANewForm "can't have non-hash formData" (./spec/requests/in_progress_forms_request_spec.rb:333)>
./spec/requests/in_progress_forms_request_spec.rb:334:in `block (5 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/in_progress_forms_request_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

V0::InProgressFormsController with a user #update with a new form inserts the form (spec.requests.in_progress_forms_request_spec) failed

Test Results/rspec11.xml [took 0s]
Raw output
undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithANewForm "inserts the form" (./spec/requests/in_progress_forms_request_spec.rb:299)>
\e[1mFailure/Error: \e[0m
  put v0_in_progress_form_url(new_form.form_id), params: {
    formData: new_form.form_data,
    metadata: new_form.metadata
  }.to_json, headers: { 'CONTENT_TYPE' => 'application/json' }

NoMethodError:
  undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithANewForm "inserts the form" (./spec/requests/in_progress_forms_request_spec.rb:299)>
./spec/requests/in_progress_forms_request_spec.rb:301:in `block (6 levels) in <top (required)>'
./spec/requests/in_progress_forms_request_spec.rb:300:in `block (5 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
./spec/spec_helper.rb:170:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/in_progress_forms_request_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

V0::InProgressFormsController with a user #update with a new form can't have an empty hash for formData (spec.requests.in_progress_forms_request_spec) failed

Test Results/rspec11.xml [took 0s]
Raw output
undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithANewForm "can't have an empty hash for formData" (./spec/requests/in_progress_forms_request_spec.rb:340)>
\e[1mFailure/Error: \e[0m
  put v0_in_progress_form_url(new_form.form_id),
      params: {}.to_json,
      headers: { 'CONTENT_TYPE' => 'application/json' }

NoMethodError:
  undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithANewForm "can't have an empty hash for formData" (./spec/requests/in_progress_forms_request_spec.rb:340)>
./spec/requests/in_progress_forms_request_spec.rb:341:in `block (5 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/in_progress_forms_request_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

V0::InProgressFormsController with a user #update with a new form runs the LogEmailDiffJob job (spec.requests.in_progress_forms_request_spec) failed

Test Results/rspec11.xml [took 0s]
Raw output
undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithANewForm "runs the LogEmailDiffJob job" (./spec/requests/in_progress_forms_request_spec.rb:288)>
\e[1mFailure/Error: \e[0m
  put v0_in_progress_form_url(new_form.form_id), params: {
    formData: new_form.form_data,
    metadata: new_form.metadata
  }.to_json, headers: { 'CONTENT_TYPE' => 'application/json' }

NoMethodError:
  undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithANewForm "runs the LogEmailDiffJob job" (./spec/requests/in_progress_forms_request_spec.rb:288)>
./spec/requests/in_progress_forms_request_spec.rb:293:in `block (5 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/in_progress_forms_request_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

V0::InProgressFormsController with a user #update with a new form can't have nil formData (spec.requests.in_progress_forms_request_spec) failed

Test Results/rspec11.xml [took 0s]
Raw output
undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithANewForm "can't have nil formData" (./spec/requests/in_progress_forms_request_spec.rb:328)>
\e[1mFailure/Error: \e[0mput v0_in_progress_form_url(new_form.form_id)

NoMethodError:
  undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithANewForm "can't have nil formData" (./spec/requests/in_progress_forms_request_spec.rb:328)>
./spec/requests/in_progress_forms_request_spec.rb:329:in `block (5 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/in_progress_forms_request_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

V0::InProgressFormsController with a user #update with a new form when an error occurs returns an error response (spec.requests.in_progress_forms_request_spec) failed

Test Results/rspec11.xml [took 0s]
Raw output
undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithANewForm::WhenAnErrorOccurs "returns an error response" (./spec/requests/in_progress_forms_request_spec.rb:348)>
\e[1mFailure/Error: \e[0mput v0_in_progress_form_url(new_form.form_id), params: { form_data: new_form.form_data }

NoMethodError:
  undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithANewForm::WhenAnErrorOccurs "returns an error response" (./spec/requests/in_progress_forms_request_spec.rb:348)>
./spec/requests/in_progress_forms_request_spec.rb:350:in `block (6 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/in_progress_forms_request_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

V0::InProgressFormsController with a user #update with a new form when the user is not loa3 returns a 200 with camelCases JSON (spec.requests.in_progress_forms_request_spec) failed

Test Results/rspec11.xml [took 0s]
Raw output
undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithANewForm::WhenTheUserIsNotLoa3 "returns a 200 with camelCases JSON" (./spec/requests/in_progress_forms_request_spec.rb:277)>
\e[1mFailure/Error: \e[0m
  put v0_in_progress_form_url(new_form.form_id), params: {
    form_data: new_form.form_data,
    metadata: new_form.metadata
  }.to_json, headers: { 'CONTENT_TYPE' => 'application/json' }

NoMethodError:
  undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Update::WithANewForm::WhenTheUserIsNotLoa3 "returns a 200 with camelCases JSON" (./spec/requests/in_progress_forms_request_spec.rb:277)>
./spec/requests/in_progress_forms_request_spec.rb:278:in `block (6 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/in_progress_forms_request_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

V0::InProgressFormsController with a user #destroy when the user is not loa3 returns a 200 with camelCase JSON (spec.requests.in_progress_forms_request_spec) failed

Test Results/rspec11.xml [took 0s]
Raw output
undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Destroy::WhenTheUserIsNotLoa3 "returns a 200 with camelCase JSON" (./spec/requests/in_progress_forms_request_spec.rb:460)>
\e[1mFailure/Error: \e[0mdelete v0_in_progress_form_url(in_progress_form.form_id), params: nil

NoMethodError:
  undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Destroy::WhenTheUserIsNotLoa3 "returns a 200 with camelCase JSON" (./spec/requests/in_progress_forms_request_spec.rb:460)>
./spec/requests/in_progress_forms_request_spec.rb:461:in `block (5 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/in_progress_forms_request_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

V0::InProgressFormsController with a user #destroy when a form is not found returns a 404 (spec.requests.in_progress_forms_request_spec) failed

Test Results/rspec11.xml [took 0s]
Raw output
undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Destroy::WhenAFormIsNotFound "returns a 404" (./spec/requests/in_progress_forms_request_spec.rb:473)>
\e[1mFailure/Error: \e[0mdelete v0_in_progress_form_url('ksdjfkjdf'), params: nil

NoMethodError:
  undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Destroy::WhenAFormIsNotFound "returns a 404" (./spec/requests/in_progress_forms_request_spec.rb:473)>
./spec/requests/in_progress_forms_request_spec.rb:470:in `block (5 levels) in <top (required)>'
./spec/requests/in_progress_forms_request_spec.rb:474:in `block (5 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/in_progress_forms_request_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

V0::InProgressFormsController with a user #destroy when a form is found returns the deleted form id (spec.requests.in_progress_forms_request_spec) failed

Test Results/rspec11.xml [took 0s]
Raw output
undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Destroy::WhenAFormIsFound "returns the deleted form id" (./spec/requests/in_progress_forms_request_spec.rb:484)>
\e[1mFailure/Error: \e[0mdelete v0_in_progress_form_url(in_progress_form.form_id), params: nil

NoMethodError:
  undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Destroy::WhenAFormIsFound "returns the deleted form id" (./spec/requests/in_progress_forms_request_spec.rb:484)>
./spec/requests/in_progress_forms_request_spec.rb:481:in `block (5 levels) in <top (required)>'
./spec/requests/in_progress_forms_request_spec.rb:485:in `block (6 levels) in <top (required)>'
./spec/requests/in_progress_forms_request_spec.rb:485:in `block (5 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/requests/in_progress_forms_request_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

V0::InProgressFormsController with a user #show when a form is found returns the form as JSON (spec.requests.in_progress_forms_request_spec) failed

Test Results/rspec11.xml [took 0s]
Raw output
undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Show::WhenAFormIsFound "returns the form as JSON" (./spec/requests/in_progress_forms_request_spec.rb:150)>
\e[1mFailure/Error: \e[0mget v0_in_progress_form_url(in_progress_form.form_id), params: nil

NoMethodError:
  undefined method `v0_in_progress_form_url' for #<RSpec::ExampleGroups::V0InProgressFormsController::WithAUser::Show::WhenAFormIsFound "returns the form as JSON" (./spec/requests/in_progress_forms_request_spec.rb:150)>
./spec/requests/in_progress_forms_request_spec.rb:151:in `block (5 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'