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
2337e0f9
Commit
2337e0f9
authored
May 31, 2012
by
mankyuhan
Committed by
Jon Yurek
Jun 08, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Including test.
parent
d699680e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
test/io_adapters/stringio_adapter_test.rb
+5
-0
No files found.
test/io_adapters/stringio_adapter_test.rb
View file @
2337e0f9
...
@@ -34,6 +34,11 @@ class StringioFileProxyTest < Test::Unit::TestCase
...
@@ -34,6 +34,11 @@ class StringioFileProxyTest < Test::Unit::TestCase
assert_equal
Digest
::
MD5
.
hexdigest
(
@contents
),
@subject
.
fingerprint
assert_equal
Digest
::
MD5
.
hexdigest
(
@contents
),
@subject
.
fingerprint
end
end
should
"generate same fingerprint"
do
assert_equal
@subject
.
fingerprint
,
@subject
.
fingerprint
end
should
"return the data contained in the StringIO"
do
should
"return the data contained in the StringIO"
do
assert_equal
"abc123"
,
@subject
.
read
assert_equal
"abc123"
,
@subject
.
read
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