Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Remove debug puts statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed Sep 23, 2011
1 parent 748332e commit fd891e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/fog_test.rb
Expand Up @@ -53,7 +53,6 @@ class FogTest < Test::Unit::TestCase
@dummy.avatar = File.new(File.join(File.dirname(__FILE__), 'fixtures', '5k.png'), 'rb')
end
should "be able to interpolate the path without blowing up" do
puts @dummy.avatar.instance_variable_get("@path")
assert_equal File.expand_path(File.join(File.dirname(__FILE__), "../public/avatars/5k.png")),
@dummy.avatar.path
end
Expand Down

0 comments on commit fd891e0

Please sign in to comment.