Skip to content

Commit

Permalink
EVSS: Remove intent to file (#414)
Browse files Browse the repository at this point in the history
Wasn't being used by us, so remove it.
  • Loading branch information
earthboundkid authored Nov 2, 2016
1 parent e552eb2 commit fab3638
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 220 deletions.
4 changes: 0 additions & 4 deletions lib/evss/claims_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ def find_claim_by_id(claim_id)
post 'vbaClaimStatusService/getClaimDetailById', { id: claim_id }.to_json
end

def create_intent_to_file
post 'claimServicesExternalService/listAllIntentToFile', {}.to_json
end

def submit_5103_waiver(claim_id)
post 'vbaClaimStatusService/set5103Waiver', {
claimId: claim_id,
Expand Down
7 changes: 0 additions & 7 deletions spec/lib/evss/claims_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,5 @@
expect(response).to be_success
end
end

it 'should post create_intent_to_file' do
VCR.use_cassette('evss/claims/create_intent_to_file') do
response = subject.create_intent_to_file
expect(response).to be_success
end
end
end
end
209 changes: 0 additions & 209 deletions spec/support/vcr_cassettes/evss/claims/create_intent_to_file.yml

This file was deleted.

0 comments on commit fab3638

Please sign in to comment.