Skip to content

Commit d0fb330

Browse files
adds a test to make sure changing include order still works with deprecated erb files
1 parent 3f5cde3 commit d0fb330

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.nested-glob-erb-css-scss {
2+
color: <%= 'blue' %>;
3+
}

test/sass_rails_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ class SassRailsTest < Sass::Rails::TestCase
126126
assert_match /globbed/, css_output
127127
assert_match /nested-glob/, css_output
128128
assert_match /nested-glob-erb/, css_output
129+
assert_match /nested-glob-erb-css-scss/, css_output
129130
assert_match /plain-old-css/, css_output
130131
assert_match /another-plain-old-css/, css_output
131132
assert_match /without-css-ext/, css_output

0 commit comments

Comments
 (0)