test/integration_test.rb in sprite-factory-1.4.1 vs test/integration_test.rb in sprite-factory-1.4.2
- old
+ new
@@ -44,10 +44,16 @@
integration_test(REGULAR_PATH, :output => output_path('regular.sassy'),
:selector => 'img.sassy_',
:style => :sass)
end
+ def test_generate_regular_with_nocomments
+ integration_test(REGULAR_PATH, :output => output_path('regular.nocomments'),
+ :selector => 'img.nocomments_',
+ :nocomments => true)
+ end
+
#----------------------------------------------------------------------------
def test_generate_irregular_sprite
integration_test(IRREGULAR_PATH)
end
@@ -102,9 +108,15 @@
#----------------------------------------------------------------------------
def test_generate_sprite_from_other_formats
integration_test(FORMATS_PATH, :library => :rmagick)
+ end
+
+ #----------------------------------------------------------------------------
+
+ def test_generate_sprite_using_images_in_subfolders
+ integration_test(SUBFOLDERS_PATH)
end
#----------------------------------------------------------------------------
def test_generate_sprite_with_nocss