Skip to content

Commit

Permalink
update specs
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Nov 14, 2023
1 parent c4044fe commit b2e4f77
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
turn_on_student_feature_flag
turn_on_educator_feature_flag
load('db/seeds.rb')
allow_any_instance_of(Newflow::CreateSalesforceLead).to receive(:exec)
allow_any_instance_of(Newflow::CreateOrUpdateSalesforceLead).to receive(:exec)
end

let(:email) { '[email protected]' }
Expand Down

0 comments on commit b2e4f77

Please sign in to comment.