projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge remote-tracking branch 'upstream/pull/5520'
[rails.git]
/
test
/
validators
/
whitespace_validator_test.rb
diff --git
a/test/validators/whitespace_validator_test.rb
b/test/validators/whitespace_validator_test.rb
index 2607d9f2359b2a966fc42e1763b0caab1fb9d92d..1cb325df30b6c9982eb575f26d90f5b627a60a30 100644
(file)
--- a/
test/validators/whitespace_validator_test.rb
+++ b/
test/validators/whitespace_validator_test.rb
@@
-22,7
+22,7
@@
class WhitespaceValidatorTest < ActiveSupport::TestCase
strings.each do |v|
validator.string = v
strings.each do |v|
validator.string = v
- assert_not
validator.
valid?, "'#{v}' should not be valid"
+ assert_not
_predicate validator, :
valid?, "'#{v}' should not be valid"
end
end
end
end
@@
-44,7
+44,7
@@
class WhitespaceValidatorTest < ActiveSupport::TestCase
strings.each do |v|
validator.string = v
strings.each do |v|
validator.string = v
- assert_not
validator.
valid?, "'#{v}' should not be valid"
+ assert_not
_predicate validator, :
valid?, "'#{v}' should not be valid"
end
end
end
end