Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip
Commits
b51930ea
Commit
b51930ea
authored
Feb 11, 2009
by
Jon Yurek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved the matchers into the lib directory
parent
552e0b09
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
5 additions
and
5 deletions
+5
-5
lib/paperclip/matchers.rb
+4
-0
lib/paperclip/matchers/have_attached_file_matcher.rb
+0
-0
lib/paperclip/matchers/validate_attachment_content_type_matcher.rb
+0
-0
lib/paperclip/matchers/validate_attachment_presence_matcher.rb
+0
-0
lib/paperclip/matchers/validate_attachment_size_matcher.rb
+0
-0
shoulda_macros/matchers.rb
+0
-4
shoulda_macros/paperclip.rb
+1
-1
No files found.
lib/paperclip/matchers.rb
0 → 100644
View file @
b51930ea
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'
shoulda_macros
/matchers/have_attached_file_matcher.rb
→
lib/paperclip
/matchers/have_attached_file_matcher.rb
View file @
b51930ea
File moved
shoulda_macros
/matchers/validate_attachment_content_type_matcher.rb
→
lib/paperclip
/matchers/validate_attachment_content_type_matcher.rb
View file @
b51930ea
File moved
shoulda_macros
/matchers/validate_attachment_presence_matcher.rb
→
lib/paperclip
/matchers/validate_attachment_presence_matcher.rb
View file @
b51930ea
File moved
shoulda_macros
/matchers/validate_attachment_size_matcher.rb
→
lib/paperclip
/matchers/validate_attachment_size_matcher.rb
View file @
b51930ea
File moved
shoulda_macros/matchers.rb
deleted
100644 → 0
View file @
552e0b09
require
'shoulda_macros/matchers/have_attached_file_matcher'
require
'shoulda_macros/matchers/validate_attachment_presence_matcher'
require
'shoulda_macros/matchers/validate_attachment_content_type_matcher'
require
'shoulda_macros/matchers/validate_attachment_size_matcher'
shoulda_macros/paperclip.rb
View file @
b51930ea
require
'
shoulda_macros
/matchers'
require
'
paperclip
/matchers'
module
Paperclip
# =Paperclip Shoulda Macros
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment