removed cached gems

This commit is contained in:
albert
2010-02-09 10:50:58 -05:00
parent c6d4a13e7d
commit ef8be1a500
33 changed files with 3 additions and 4 deletions

View File

@@ -149,6 +149,7 @@ class PendingPostTest < ActiveSupport::TestCase
assert_equal(@pending_post.md5, post.md5)
assert_equal("jpg", post.file_ext)
assert(File.exists?(post.file_path))
assert_equal(28086, File.size(post.file_path))
assert_equal(post.id, @pending_post.post_id)
assert_equal("finished", @pending_post.status)
end