Sha256: 40e12db9171c721e9fa36eeded0641e8dbae07a422c07b5a14e0b629faa19a26
Contents?: true
Size: 1.05 KB
Versions: 5
Compression:
Stored size: 1.05 KB
Contents
Feature: Get validation information messages Scenario: LF line endings in file give an info message Given I have a CSV file called "lf-line-endings.csv" And it is stored at the url "http://example.com/example1.csv" And I set header to "true" And I ask if there are info messages Then there should be 2 info messages And one of the messages should have the type "nonrfc_line_breaks" Scenario: CR line endings in file give an info message Given I have a CSV file called "cr-line-endings.csv" And it is stored at the url "http://example.com/example1.csv" And I set header to "true" And I ask if there are info messages Then there should be 2 info messages And one of the messages should have the type "nonrfc_line_breaks" Scenario: CRLF line endings in file produces no info messages Given I have a CSV file called "crlf-line-endings.csv" And it is stored at the url "http://example.com/example1.csv" And I set header to "true" And I ask if there are info messages Then there should be 1 info message
Version data entries
5 entries across 5 versions & 1 rubygems