Commit 489df170 by Prem Sichanugrist

Fix tab spacing in the test file

parent 8c928584
...@@ -291,7 +291,7 @@ class ThumbnailTest < Test::Unit::TestCase ...@@ -291,7 +291,7 @@ class ThumbnailTest < Test::Unit::TestCase
end end
should "use the -coalesce option" do should "use the -coalesce option" do
assert_equal @thumb.transformation_command.first, "-coalesce" assert_equal @thumb.transformation_command.first, "-coalesce"
end end
end end
...@@ -307,7 +307,7 @@ class ThumbnailTest < Test::Unit::TestCase ...@@ -307,7 +307,7 @@ class ThumbnailTest < Test::Unit::TestCase
end end
should "use the -coalesce option" do should "use the -coalesce option" do
assert_equal @thumb.transformation_command.first, "-coalesce" assert_equal @thumb.transformation_command.first, "-coalesce"
end end
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment