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
82b3114b
Commit
82b3114b
authored
Mar 02, 2018
by
Sid Raval
Committed by
Sid Raval
Mar 02, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update spec, since implementation now calls `@destination.close`
parent
0bd30e22
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
spec/paperclip/io_adapters/abstract_adapter_spec.rb
+0
-4
No files found.
spec/paperclip/io_adapters/abstract_adapter_spec.rb
View file @
82b3114b
...
...
@@ -125,10 +125,6 @@ describe Paperclip::AbstractAdapter do
it
"should be able to reopen the file after symlink has failed"
do
FileUtils
.
expects
(
:ln
).
raises
(
Errno
::
EXDEV
)
# after the failed symlink the file reports a size of zero
# which makes it necessary to reopen it
# we simulate this condition by closing the file
subject
.
destination
.
close
expect
(
subject
.
copy_to_tempfile
(
file
).
read
).
to
eq
(
body
)
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