Skip to content

Commit

Permalink
fix duplicate test name
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Mar 21, 2013
1 parent c94257d commit 3df278a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sass/scss/css_test.rb
Expand Up @@ -651,7 +651,7 @@ def test_supports
## Selectors

# Taken from http://dev.w3.org/csswg/selectors4/#overview
def test_summarized_selectors
def test_summarized_selectors_XXX

This comment has been minimized.

Copy link
@nex3

nex3 Mar 22, 2013

test_summarized_selectors_with_element

This comment has been minimized.

Copy link
@tenderlove

tenderlove Mar 22, 2013

Author Owner

Thanks!

assert_selector_parses('*')
assert_selector_parses('E')
assert_selector_parses('E:not(s)')
Expand Down

0 comments on commit 3df278a

Please sign in to comment.