diff --git a/spec/carin_for_blue_button/validation_test_spec.rb b/spec/carin_for_blue_button/validation_test_spec.rb index 11b5db7b..4c243ab0 100644 --- a/spec/carin_for_blue_button/validation_test_spec.rb +++ b/spec/carin_for_blue_button/validation_test_spec.rb @@ -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 \ No newline at end of file