File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ def test_line_comments_active_in_dev
167
167
168
168
css_output = render_asset ( "css_scss_handler.css" )
169
169
assert_match %r{/* line 1} , css_output
170
- assert_match %r{.+/sassc-rails/ test/dummy/app/assets/stylesheets/css_scss_handler.css.scss} , css_output
170
+ assert_match %r{.+test/dummy/app/assets/stylesheets/css_scss_handler.css.scss} , css_output
171
171
end
172
172
173
173
def test_context_is_being_passed_to_erb_render
@@ -191,7 +191,7 @@ def test_css_compressor_config_item_is_honored_if_not_development_mode
191
191
def test_css_compressor_config_item_may_be_nil_in_test_mode
192
192
@app . config . assets . css_compressor = nil
193
193
initialize!
194
- assert_equal nil , Rails . application . config . assets . css_compressor
194
+ assert_nil Rails . application . config . assets . css_compressor
195
195
end
196
196
197
197
def test_css_compressor_is_defined_in_test_mode
You can’t perform that action at this time.
0 commit comments