Skip to content

Commit

Permalink
update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Proebstel committed Mar 11, 2025
1 parent 999c2ab commit 2313f5f
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,9 @@
describe "#after_update_success" do
before do
sign_in intake.client

intake.update(
street_address: "789 Dogbert Court",
city: "Canineville",
state: "CA",
zip_code: "91234"
)
end

it "enqueues a job to generate optional consent form" do
it "enqueues a job to generate F13614cPdf" do
expect(GenerateF13614cPdfJob).to receive(:perform_later).with(intake.client.id, "Preliminary 13614-C.pdf")

subject.after_update_success
Expand Down

0 comments on commit 2313f5f

Please sign in to comment.