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 6fb3163 commit ecf6dc3Copy full SHA for ecf6dc3
activerecord/test/cases/validations/presence_validation_test.rb
@@ -92,7 +92,7 @@ def test_validations_run_on_persisted_record
92
end
93
94
95
- def test_validates_prescence_with_on_context
+ def test_validates_presence_with_on_context
96
repair_validations(Interest) do
97
Interest.validates_presence_of(:topic, on: :required_name)
98
interest = Interest.new
0 commit comments