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

- old
+ new

@@ -1,9 +1,7 @@ Feature: Emoji Scenario: Should convert :heart: to img tag - Given a fixture app "emoji-app" - And the Server is running at "emoji-app" - When I go to "/index.html" - Then I should see "❤️" - Then I should see "emoji" - Then I should see "/images/emoji/unicode/2764-fe0f.png" - #Then I should see %(img alt="❤️" class="emoji" src="/images/emoji/unicode/2764-fe0f.png") + Given a successfully built app at "emoji-app" + When I cd to "build" + Then the file "index.html" should contain "❤️" + Then the file "index.html" should contain "emoji" + Then the file "index.html" should contain "/images/emoji_one/unicode/2764-fe0f.png"