Skip to content

Commit c0b041e

Browse files
committed
fix: fix failed test
1 parent 9df9162 commit c0b041e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/environments/test.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@
5050

5151
# Raise error when a before_action's only/except options reference missing actions.
5252
config.action_controller.raise_on_missing_callback_actions = true
53+
54+
# Override for tests
55+
config.probability_threshold = 0.5
5356
end

0 commit comments

Comments
 (0)