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