Skip to content

Commit

Permalink
fixed mdot spec
Browse files Browse the repository at this point in the history
  • Loading branch information
RachalCassity committed Mar 5, 2025
1 parent 722163c commit 4403876
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/models/form_profile/mdot_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
let(:user) { build(:user, :loa3, user_details) }

describe '#prefill_form' do
before do
allow(Flipper).to receive(:enabled?).with(:remove_pciu, instance_of(User)).and_return(true)
end

it 'prefills the MDOT form' do
VCR.insert_cassette(
'mdot/get_supplies_200',
Expand Down

0 comments on commit 4403876

Please sign in to comment.