Method: Paperclip::Shoulda::Matchers#have_attached_file
- Defined in:
- lib/paperclip/matchers/have_attached_file_matcher.rb
#have_attached_file(name) ⇒ Object
4 5 6 |
# File 'lib/paperclip/matchers/have_attached_file_matcher.rb', line 4 def have_attached_file name HaveAttachedFileMatcher.new(name) end |