test/test_picture.rb in jekyll-bits-0.13 vs test/test_picture.rb in jekyll-bits-0.14
- old
+ new
@@ -95,10 +95,10 @@
'width' => 500
}
)
assert_match(/figcaption/, html)
assert_match(/figure/, html)
- assert_match(/<figcaption id='79535e1e'>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
private