lib/paperclip/matchers.rb in paperclip-3.0.4 vs lib/paperclip/matchers.rb in paperclip-3.1.0
- old
+ new
@@ -39,11 +39,11 @@
#
# And _extend_ the module:
#
# class ActiveSupport::TestCase
# extend Paperclip::Shoulda::Matchers
- #
+ #
# #...other initializers...#
# end
#
# Example:
# require 'test_helper'
@@ -55,10 +55,10 @@
# allowing('image/png', 'image/gif').
# rejecting('text/plain', 'text/xml')
# should validate_attachment_size(:avatar).
# less_than(2.megabytes)
# end
- #
+ #
module Matchers
end
end
end