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
b45eac22
Commit
b45eac22
authored
Feb 14, 2014
by
Jon Yurek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Less confusing spoofing error, hopefully
parent
00787da6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lib/paperclip/locales/en.yml
+1
-1
test/validators/media_type_spoof_detection_validator_test.rb
+1
-1
No files found.
lib/paperclip/locales/en.yml
View file @
b45eac22
...
...
@@ -2,7 +2,7 @@ en:
errors
:
messages
:
in_between
:
"
must
be
in
between
%{min}
and
%{max}"
spoofed_media_type
:
"
media
type
is
spoofed
"
spoofed_media_type
:
"
has
an
extension
that
does
not
match
its
contents
"
number
:
human
:
...
...
test/validators/media_type_spoof_detection_validator_test.rb
View file @
b45eac22
...
...
@@ -27,6 +27,6 @@ class MediaTypeSpoofDetectionValidatorTest < Test::Unit::TestCase
Paperclip
::
MediaTypeSpoofDetector
.
stubs
(
:using
).
returns
(
detector
)
@validator
.
validate
(
@dummy
)
assert_equal
"
media type is spoofed
"
,
@dummy
.
errors
[
:avatar
].
first
assert_equal
"
has an extension that does not match its contents
"
,
@dummy
.
errors
[
:avatar
].
first
end
end
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