Skip to content

Commit

Permalink
fix log file specs
Browse files Browse the repository at this point in the history
  • Loading branch information
bpot committed Nov 29, 2009
1 parent 168e377 commit 5271b9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/timber/test_log_file.rb
Expand Up @@ -12,10 +12,12 @@ class TestLogFile < Test::Unit::TestCase
setup do
@o1 = AWS::S3::S3Object.new
stub(@o1).value { "hello" }
stub(@o1).key { "prefix/234a/123" }
stub(@o1).size { @o1.value.size }

@o2 = AWS::S3::S3Object.new
stub(@o2).value { "goodbye" }
stub(@o2).key { "prefix/34sdf/456" }
stub(@o2).size { @o2.value.size }
end

Expand Down

0 comments on commit 5271b9f

Please sign in to comment.