Skip to content

Commit fa6e092

Browse files
author
Francesco Rodriguez
committed
remove debug stuff from tests
1 parent 72d132e commit fa6e092

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/sass_rails_test.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,11 @@ class SassRailsTest < Sass::Rails::TestCase
6262
end
6363
end
6464

65-
focus
6665
test 'sprockets require works correctly' do
6766
css_output = sprockets_render('scss_project', 'css_application.css')
6867
assert_match /globbed/, css_output
6968
end
7069

71-
focus
7270
test 'sass imports work correctly' do
7371
css_output = sprockets_render('scss_project', 'application.css.scss')
7472
assert_match /main/, css_output

0 commit comments

Comments
 (0)