features/twemoji.feature in middleman-somemoji-0.1.0 vs features/twemoji.feature in middleman-somemoji-0.2.0

- old
+ new

@@ -1,8 +1,7 @@ Feature: Twemoji Scenario: Should convert :smile: to img tag - Given a fixture app "twemoji-app" - And the Server is running at "twemoji-app" - When I go to "/index.html" - Then I should see "😄" - Then I should see "twemoji" - Then I should see "/images/twemoji/unicode/1f604.svg" + Given a successfully built app at "twemoji-app" + When I cd to "build" + Then the file "index.html" should contain "😄" + Then the file "index.html" should contain "twemoji" + Then the file "index.html" should contain "/images/twemoji/unicode/1f604.svg"