Sha256: a17d0f0d55ad0e2d0cc5bbd57f3a2d1a437bdba8b0fe198bfe5c8af8ebd062bc

Contents?: true

Size: 365 Bytes

Versions: 3

Compression:

Stored size: 365 Bytes

Contents

Feature:
  As a content editor type person
  In order to manage content
  I should be able to edit content using a toolbar

  @javascript
  Scenario: A user can expect to see the editor load
    When I go to an edit page
    Then I should see "Save" within the toolbar
    And I should see "Preview" within the toolbar
    And I should see "Bold" within the toolbar

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mercury-rails-0.1.2 features/editing/basic.feature
mercury-rails-0.1.1 features/editing/basic.feature
mercury-rails-0.1.0 features/editing/basic.feature