thoughtbot--shoulda-matchers/spec/unit/shoulda/matchers
Elliot Winkler 6b3253147a allow_value: Inspect values more clearly
Modify descriptions and failure messages for all matchers by way of
allow_value and put small angle brackets around inspected values. This
is to visually distinguish an inspected value from the rest of the text,
and is especially noticeable for complex values such as an array that
contains an object, particularly if the inspected version of the value
wraps onto another line. It's a little easier to see:

    When attempting to set :attr on Example to ‹[#<Child id:
    nil>]›...

rather than:

    When attempting to set :attr on Example to [#<Child id:
    nil>]...
2015-12-30 21:51:54 -05:00
..
action_controller Fix formatting issues with #permit failure messages 2015-09-29 18:30:21 -06:00
active_model allow_value: Inspect values more clearly 2015-12-30 21:51:54 -05:00
active_record allow_value: Inspect values more clearly 2015-12-30 21:51:54 -05:00
doublespeak Improve architecture for permit matcher 2015-09-29 18:42:08 -06:00
independent Add with_prefix to delegate_method 2014-12-15 22:38:27 -07:00
routing Add a new Routing module 2015-09-25 17:45:33 -06:00
util word_wrap: Add ability to indent wrapped text 2015-12-13 20:22:21 -07:00
doublespeak_spec.rb Make Doublespeak specs runnable without Rails 2015-02-28 23:41:28 -07:00