1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Fix test description mistake

This commit is contained in:
Takashi Kokubun 2015-11-23 01:41:44 +09:00
parent b37434cfec
commit b9d239761b

View file

@ -60,7 +60,7 @@ describe Hamlit::HashParser do
end
if RUBY_VERSION >= '2.1.0'
describe '"foo" => bar' do
describe '"foo": bar' do
it { assert_parse({ 'foo' => '()' }, '"foo":()') }
it { assert_parse({ 'foo' => 'nya' }, " 'foo': nya ") }
it { assert_parse({ 'foo' => '()' }, ' { "foo":() , }') }