Skip to content

Commit

Permalink
Make validation spec test super simple just to make sure it runs with…
Browse files Browse the repository at this point in the history
… the hash to fhir resource changes
  • Loading branch information
emichaud998 committed Oct 23, 2023
1 parent 6872c2d commit 7afdaa1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions spec/carin_for_blue_button/validation_test_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,5 @@ def setup_mock_test(search_test, patient_resources)
)
expect(result.result).to eq('pass')
end

# it 'fails if patient resource fails validation check' do

# allow_any_instance_of(patient_validation_test).to receive(:resource_is_valid?).and_return(false)
# result = run(
# patient_validation_test
# )
# expect(result.result).to eq('fail')
# end
end
end

0 comments on commit 7afdaa1

Please sign in to comment.