Skip to content

Commit

Permalink
Test change
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermoap committed Oct 4, 2023
1 parent 5bb37e0 commit f236116
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/lib/active_outbox/outboxable_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
describe '#save' do
subject { fake_model_instance.save }

let(:fake_model_instance) { FakeModel.new(identifier: identifier) }
let(:identifier) { SecureRandom.uuid }
let(:fake_model_instance) { FakeModel.new(identifier: identifier) }
let(:identifier) { SecureRandom.uuid }

Expand Down

0 comments on commit f236116

Please sign in to comment.