features/lazy.feature in middleman-img_loading_attribute-0.2.0 vs features/lazy.feature in middleman-img_loading_attribute-0.3.0
- old
+ new
@@ -2,7 +2,7 @@
Scenario: Should add 'lazy'
Given a successfully built app at "lazy-app"
When I cd to "build"
Then the file "index.html" should contain:
"""
- <img loading="lazy" src="/images/1x1-0ec63b14.png"
+ loading="lazy"
"""