Method: CarrierWave::Test::Matchers::BeNoWiderThan#description

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

#descriptionObject



257
258
259
# File 'lib/carrierwave/test/matchers.rb', line 257

def description
  "have a width less than or equal to #{@width}"
end