Skip to content
This repository was archived by the owner on Jun 16, 2019. It is now read-only.

Commit e7ca030

Browse files
author
Mark Piper
committed
Assertion on incorrect object in parser_test.rb
1 parent ab2cf2b commit e7ca030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parser_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def setup
9999
}
100100
EOS
101101
assert_equal "Your standard form element.", Kss::Parser.new(scss_input).section('3.0.0').description
102-
assert_equal "Your standard text input box.", @sass_parsed.section('3.0.1').description
102+
assert_equal "Your standard text input box.", Kss::Parser.new(scss_input).section('3.0.1').description
103103
end
104104

105105
test "parse with no styleguide reference comment" do

0 commit comments

Comments
 (0)