Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Jun 29, 2015
1 parent 09538eb commit acaa596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/paperclip/processors/gzip_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
it "deflates the file" do
dst = subject.make
data = dst.read
puts data.inspect
expect(data[0..3]).to eq(result1)
# data[4..7] is modified time and it changes
expect(data[8..-1]).to eq(result2)
Expand Down

0 comments on commit acaa596

Please sign in to comment.