Method: CarrierWave::Test::Matchers::BeNoWiderThan#failure_message_when_negated

Defined in:
lib/carrierwave/test/matchers.rb

#failure_message_when_negatedObject Also known as: negative_failure_message



253
254
255
# File 'lib/carrierwave/test/matchers.rb', line 253

def failure_message_when_negated
  "expected #{@actual.current_path.inspect} not to be wider than #{@width}, but it is."
end