Sha256: 0c10846af5781e3145183cc45d177daaedfdb244fabda1dd68b7557281188066
Contents?: true
Size: 540 Bytes
Versions: 18
Compression:
Stored size: 540 Bytes
Contents
Feature: Content types by extension As a content author I want Landable to deliver the right content type for my content Scenario Outline: Given a published page "/foo.<ext>" When I GET "/foo.<ext>" Then the response header "Content-Type" should be "<content_type>" Examples: | ext | content_type | | xml | application/xml | | json | application/json | | txt | text/plain | | html | text/html | | htm | text/html | | foo | text/plain |
Version data entries
18 entries across 18 versions & 1 rubygems