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 &lt;simple&gt;/, html) + assert_match(/<figcaption id='d9d1da45'>it is &lt;simple&gt;/, html) assert_match(/alt='nothing &#39;to&#39; say'/, html) assert_match(/width='500'/, html) end end end