Sha256: 2e60aac82abfcb3ce04506164336cd069e3893fc6cd45e7139e42c8bb3e680fb

Contents?: true

Size: 602 Bytes

Versions: 6

Compression:

Stored size: 602 Bytes

Contents

Feature: Return information

  Background:
    Given I have a CSV with the following content:
    """
"abc","2","3"
    """
    And it is encoded as "utf-8"
    And the content type is "text/csv"
    And it is stored at the url "http://example.com/example1.csv?query=true"

  Scenario: Return encoding
    Then the "encoding" should be "utf-8"
    
  Scenario: Return content type
    Then the "content_type" should be "text/csv"

  Scenario: Return extension
    Then the "extension" should be ".csv"
    
  Scenario: Return meta
    Then the metadata content type should be "text/csv; charset=utf-8"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
csvlint-0.2.0 features/information.feature
csvlint-0.1.4 features/information.feature
csvlint-0.1.3 features/information.feature
csvlint-0.1.1 features/information.feature
csvlint-0.1.0 features/information.feature
csvlint-0.0.1 features/information.feature