Sha256: b4c0aaecd5cf5a9bd250aade68c10fde2c6fb48ffafed8d3361097c81f62595b
Contents?: true
Size: 498 Bytes
Versions: 19
Compression:
Stored size: 498 Bytes
Contents
Feature: Parse CSV from Different Sources Scenario: Successfully parse a valid CSV from a StringIO Given I have a CSV with the following content: """ "Foo","Bar","Baz" "1","2","3" "3","2","1" """ And it is parsed as a StringIO When I ask if the CSV is valid Then I should get the value of true Scenario: Successfully parse a valid CSV from a File Given I parse a file called "valid.csv" When I ask if the CSV is valid Then I should get the value of true
Version data entries
19 entries across 19 versions & 3 rubygems