Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
robashton committed Jun 12, 2010
2 parents 4b17fda + b5b07f6 commit 685f4fb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions integration_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,16 @@
doc.title.should == 'inode-detail.jpg'
File.open('test.jpg', 'w') {|f| f.puts doc.data }
end

it "this isn't even a real test" do

data = ''
File.open('inode-detail.jpg', 'r').each {|l| data += l}

debugger

File.open('test1.jpg', 'w') {|f| f.puts data }

end
end

Binary file added test1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 685f4fb

Please sign in to comment.