Object
# File lib/paperclip/matchers/have_attached_file_matcher.rb, line 34 def description "have an attachment named #{@attachment_name}" end
# File lib/paperclip/matchers/have_attached_file_matcher.rb, line 26 def failure_message "Should have an attachment named #{@attachment_name}" end
# File lib/paperclip/matchers/have_attached_file_matcher.rb, line 47 def has_column? @subject.column_names.include?("#{@attachment_name}_file_name") end
Generated with the Darkfish Rdoc Generator 2.