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
de6af668
Commit
de6af668
authored
Jun 12, 2012
by
Matthew Schulkind
Committed by
Jon Yurek
Sep 14, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a test to really test what it says.
Fixes #913.
parent
fdb5b84c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
test/integration_test.rb
+2
-0
No files found.
test/integration_test.rb
View file @
de6af668
...
...
@@ -465,7 +465,9 @@ class IntegrationTest < Test::Unit::TestCase
setup
do
@dummy
.
avatar
.
options
[
:styles
][
:mini
]
=
"25x25#"
@dummy
.
avatar
.
instance_variable_set
:@normalized_styles
,
nil
Time
.
stubs
(
:now
=>
Time
.
now
+
10
)
@dummy
.
avatar
.
reprocess!
'mini'
@dummy
.
reload
end
should
"make all the styles accessible"
do
...
...
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