We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df9162 commit c0b041eCopy full SHA for c0b041e
config/environments/test.rb
@@ -50,4 +50,7 @@
50
51
# Raise error when a before_action's only/except options reference missing actions.
52
config.action_controller.raise_on_missing_callback_actions = true
53
+
54
+ # Override for tests
55
+ config.probability_threshold = 0.5
56
end
0 commit comments