Skip to content

Commit

Permalink
Update spec/seeders/admin_user_seeder_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Christophe Bliard <[email protected]>
  • Loading branch information
oliverguenther and cbliard authored Nov 26, 2024
1 parent 48bb80b commit d1c9efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/seeders/admin_user_seeder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
expect { seeder.seed! }.to change { User.admin.count }.by(1)
end

context "when skipped",
context "when skipped with OPENPROJECT_SEED_ADMIN_USER_ENABLED=false",
:settings_reset,
with_env: {
OPENPROJECT_SEED_ADMIN_USER_ENABLED: "false"
Expand Down

0 comments on commit d1c9efb

Please sign in to comment.