Skip to content

Commit

Permalink
latest specs
Browse files Browse the repository at this point in the history
  • Loading branch information
jayreddy519 committed Jun 3, 2024
1 parent 9b1bc3b commit a8e6263
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/models/enrollment_action/dependent_add_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -431,13 +431,15 @@
let(:plan) { instance_double(Plan, :id => 1) }
let(:carrier) { instance_double(Carrier, :renewal_dependent_add_transmitted_as_renewal => true) }
let(:policy) { instance_double(Policy, :enrollees => [enrollee_primary, enrollee_new], :eg_id => 1, carrier: carrier) }
let(:policy_cv) { instance_double(::Openhbx::Cv2::Policy, enrollees: [enrollee_primary, enrollee_new]) }

let(:dependent_add_event) { instance_double(
::ExternalEvents::EnrollmentEventNotification,
:event_xml => event_xml,
:all_member_ids => [1,2],
:hbx_enrollment_id => 2,
employer_hbx_id: 1
employer_hbx_id: 1,
:policy_cv => policy_cv
) }
let(:termination_event) { instance_double(
::ExternalEvents::EnrollmentEventNotification,
Expand Down

0 comments on commit a8e6263

Please sign in to comment.