Sha256: caec5f75a8e1a86d978f4e6469e13a278b1010e3ffba7aa230f584119441e9c1

Contents?: true

Size: 558 Bytes

Versions: 3

Compression:

Stored size: 558 Bytes

Contents

Feature: winner uses dragonfly to serve different kinds of files
  In order to be a winner
  As a potential loser
  I want to be a winner

  Background:
    Given we are using the app for files

  Scenario: Go to url for original, without extension
    Given a stored file "sample.docx"
    When I go to the url for "sample.docx"
    Then the response should be OK
    And the response should have mime-type 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'
    And the response should have the same content as the file "sample.docx"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dragonfly-0.9.15 features/no_processing.feature
dragonfly-0.9.14 features/no_processing.feature
dragonfly-0.9.13 features/no_processing.feature