Sha256: 687d6ba6418dad9acb1caa9e6177f52417c84df8cfe10f1f0549fa8154749876

Contents?: true

Size: 474 Bytes

Versions: 16

Compression:

Stored size: 474 Bytes

Contents

Feature: champion adds cover images to his albums
  In order to be a champion
  A user adds an image to his album

  Scenario: Add and view image
    When I go to the new album page
    And I attach the file "../../../samples/beach.png" to "album[cover_image]"
    And I press "Create"
    Then I should see "successfully created"
    And I should see "Look at this cover image!"
    When I look at the generated beach image
    And I should see a PNG image of size 200x100

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
dragonfly-0.8.6 fixtures/files/features/manage_album_images.feature
dragonfly-0.8.5 fixtures/files/features/manage_album_images.feature
dragonfly-0.8.4 fixtures/files/features/manage_album_images.feature
fog-dragonfly-0.8.2 fixtures/files/features/manage_album_images.feature
dragonfly-0.8.2 fixtures/files/features/manage_album_images.feature
fog-dragonfly-0.8.1 fixtures/files/features/manage_album_images.feature
dragonfly-0.8.1 fixtures/files/features/manage_album_images.feature
dragonfly-0.8.0 fixtures/files/features/manage_album_images.feature
dragonfly-0.7.7 fixtures/files/features/manage_album_images.feature
dragonfly-0.7.6 fixtures/files/features/manage_album_images.feature
dragonfly-0.7.5 fixtures/files/features/manage_album_images.feature
dragonfly-0.7.4 fixtures/files/features/manage_album_images.feature
dragonfly-0.7.3 fixtures/files/features/manage_album_images.feature
dragonfly-0.7.2 fixtures/files/features/manage_album_images.feature
dragonfly-0.7.1 fixtures/files/features/manage_album_images.feature
dragonfly-0.7.0 fixtures/files/features/manage_album_images.feature