Sha256: ce80cc0174a20340c559d5d9383765c42e6583aa06ee5a8bbf5b534b7750d07c
Contents?: true
Size: 476 Bytes
Versions: 4
Compression:
Stored size: 476 Bytes
Contents
Feature: Format posts with markdown As a blog maintainer In order to make pages easier to read I want them to be automatically formatted using Markdown Scenario: format posts Given I am on the posts page When I follow "New Post" And I fill in "Title" with "Post title" And I fill in "Content" with "* post text" And I press "Save" # it's testing content, not code! I swear! Then the page source should contain "<li>post text</li>"
Version data entries
4 entries across 4 versions & 1 rubygems