Method: CarrierWave::Test::Matchers::BeNoWiderThan#failure_message_when_negated
- Defined in:
- lib/carrierwave/test/matchers.rb
#failure_message_when_negated ⇒ Object Also known as: negative_failure_message
253 254 255 |
# File 'lib/carrierwave/test/matchers.rb', line 253 def "expected #{@actual.current_path.inspect} not to be wider than #{@width}, but it is." end |