From 7e976f15dd0f09d383377338a1ac5dc11d734153 Mon Sep 17 00:00:00 2001 From: George Millo Date: Tue, 13 Oct 2015 12:36:14 +0200 Subject: [PATCH] Reduce line length to <= 80 --skip-ci --- lib/shoulda/matchers/active_model/allow_value_matcher.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/shoulda/matchers/active_model/allow_value_matcher.rb b/lib/shoulda/matchers/active_model/allow_value_matcher.rb index b3e7ff744..508bf079e 100644 --- a/lib/shoulda/matchers/active_model/allow_value_matcher.rb +++ b/lib/shoulda/matchers/active_model/allow_value_matcher.rb @@ -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