test/test_picture.rb in jekyll-bits-0.5 vs test/test_picture.rb in jekyll-bits-0.6
- old
+ new
@@ -63,10 +63,10 @@
'width' => 500
}
)
assert_match(/figcaption/, html)
assert_match(/figure/, html)
- assert_match(/<figcaption>it is <simple>/, html)
+ assert_match(/<figcaption id='d9d1da45'>it is <simple>/, html)
assert_match(/alt='nothing 'to' say'/, html)
assert_match(/width='500'/, html)
end
end
end