Sha256: aa2f3e3683229bc436e98b0cb39f20a645bad726b45d8ec7448ccde7dba111a0
Contents?: true
Size: 712 Bytes
Versions: 17
Compression:
Stored size: 712 Bytes
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 1 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 0 info messages
Version data entries
17 entries across 17 versions & 3 rubygems