This commit is contained in:
Scott Davis 2011-06-09 22:09:13 -04:00
parent d1ec112b99
commit cfd7dd3cf3

View File

@ -17,11 +17,6 @@ class ImageRowTest < Test::Unit::TestCase
@image_row = Compass::SassExtensions::Sprites::ImageRow.new(max)
end
def teardown
end
def populate_row
@images.each do |image|
assert @image_row.add(image)