test/sassc_rails_test.rb in sassc-rails-2.1.1 vs test/sassc_rails_test.rb in sassc-rails-2.1.2
- old
+ new
@@ -269,9 +269,19 @@
# css_output = sprockets_render('scss_project', 'import_css_application.css')
# assert_match /\.css-application/, css_output
# assert_match /\.import-css-application/, css_output
#end
+ def test_globbed_imports_work_with_multiple_extensions
+ initialize!
+
+ asset = render_asset("glob_multiple_extensions_test.css")
+
+ assert_equal <<-CSS, asset
+.glob{margin:0}
+ CSS
+ end
+
def test_globbed_imports_work_when_globbed_file_is_changed
skip "This seems to work in practice, possible test setup problem"
begin
initialize!