Skip to content

Commit afc6c38

Browse files
committed
source maps in dev env
1 parent 1573215 commit afc6c38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sassc_rails_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,10 @@ def test_sassc_compression_is_used
224224

225225
def test_allows_for_inclusion_of_inline_source_maps
226226
@app.config.sass.inline_source_maps = true
227-
initialize!
227+
initialize_dev!
228228

229229
asset = render_asset("application.scss")
230-
assert_match /.hello{color:#FFF}/, asset
230+
assert_match /.hello/, asset
231231
assert_match /sourceMappingURL/, asset
232232
end
233233

0 commit comments

Comments
 (0)