Navigation Menu

Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Moved the matchers into the lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Feb 11, 2009
1 parent 552e0b0 commit b51930e
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions lib/paperclip/matchers.rb
@@ -0,0 +1,4 @@
require 'paperclip/matchers/have_attached_file_matcher'
require 'paperclip/matchers/validate_attachment_presence_matcher'
require 'paperclip/matchers/validate_attachment_content_type_matcher'
require 'paperclip/matchers/validate_attachment_size_matcher'
4 changes: 0 additions & 4 deletions shoulda_macros/matchers.rb

This file was deleted.

2 changes: 1 addition & 1 deletion shoulda_macros/paperclip.rb
@@ -1,4 +1,4 @@
require 'shoulda_macros/matchers'
require 'paperclip/matchers'

module Paperclip
# =Paperclip Shoulda Macros
Expand Down

0 comments on commit b51930e

Please sign in to comment.