Skip to content

Commit

Permalink
Reduce line length to <= 80
Browse files Browse the repository at this point in the history
--skip-ci
  • Loading branch information
george-carlin committed Oct 13, 2015
1 parent 863c4c2 commit 7e976f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/shoulda/matchers/active_model/allow_value_matcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ module ActiveModel
# 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
Expand Down

0 comments on commit 7e976f1

Please sign in to comment.