refactored resizer to use imagemagick, fixed some tests

This commit is contained in:
albert
2011-09-16 12:38:56 -04:00
parent fbc1fb1f51
commit a717134163
31 changed files with 69 additions and 1648 deletions

View File

@@ -60,7 +60,7 @@ class NoteTest < ActiveSupport::TestCase
assert_nil(@post.last_noted_at)
@note.update_attributes(:x => 1000)
@post.reload
assert_equal(@post.last_noted_at, @note.updated_at)
assert_equal(@post.last_noted_at.to_i, @note.updated_at.to_i)
end
should "create a version" do