Reduce line length to <= 80

--skip-ci
This commit is contained in:
George Millo 2015-10-13 12:36:14 +02:00
parent 863c4c2209
commit 7e976f15dd
1 changed files with 3 additions and 3 deletions

View File

@ -91,9 +91,9 @@ module Shoulda
# end
# end
#
# * You're attempting to assert that a numeric attribute should not allow a
# string that contains non-numeric characters, yet the writer method for
# that attribute strips out non-numeric characters:
# * You're attempting to assert that a numeric attribute should not allow
# a string that contains non-numeric characters, yet the writer method
# for that attribute strips out non-numeric characters:
#
# class Foo
# include ActiveModel::Model