Skip to content

Commit

Permalink
Cleaning a spec that should start clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyf committed Dec 21, 2023
1 parent 4fb2fa8 commit c681a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/jobs/create_default_admin_set_job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
let!(:account) { FactoryBot.create(:account) }

describe '#perform' do
it 'creates a new admin set for an account' do
it 'creates a new admin set for an account', clean: true do
expect { described_class.perform_now(account) }.to change(AdminSet, :count).by(1)
end
end
Expand Down

0 comments on commit c681a5d

Please sign in to comment.