Sha256: d4a37f9dfb52187d654dc81f06d161f064f98ef77676ec3f297c9113901e3816

Contents?: true

Size: 609 Bytes

Versions: 18

Compression:

Stored size: 609 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; charset=utf-8"

  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

18 entries across 18 versions & 3 rubygems

Version Path
csvlint-1.5.0 features/information.feature
csvlint-1.4.0 features/information.feature
csvlint-1.3.0 features/information.feature
csvlint-1.2.0 features/information.feature
csvlint-1.1.0 features/information.feature
csvlint-1.0.0 features/information.feature
csvlint-0.4.0 features/information.feature
csvlint-0.3.3 features/information.feature
csvlint-0.3.2 features/information.feature
csvlint-0.3.1 features/information.feature
csvlint-0.3.0 features/information.feature
wjordan213-csvlint-0.2.8 features/information.feature
wjordan213.csvlint-0.2.8 features/information.feature
csvlint-0.2.6 features/information.feature
csvlint-0.2.5 features/information.feature
csvlint-0.2.4 features/information.feature
csvlint-0.2.2 features/information.feature
csvlint-0.2.1 features/information.feature