Skip to content

Commit

Permalink
Initial changes for BGS unit test pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
mchristiansonVA committed Apr 11, 2024
1 parent e48b69f commit a05170f
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

require 'rails_helper'
require 'bgs_service/vnp_ptcpnt_addrs_service'
require Rails.root.join('modules', 'claims_api', 'spec', 'support', 'bgs_client_helpers.rb')

describe ClaimsApi::VnpPtcpntAddrsService do
metadata = {
bgs: {
service: 'vnp_ptcpnt_addrs_service',
operation: 'vnp_ptcpnt_addrs_create'
}
}

describe ClaimsApi::VnpPtcpntAddrsService, metadata do
subject { described_class.new external_uid: 'xUid', external_key: 'xKey' }

describe 'vnp_ptcpnt_addrs_create' do
Expand Down

0 comments on commit a05170f

Please sign in to comment.