features/validation_errors.feature in csvlint-0.2.0 vs features/validation_errors.feature in csvlint-0.2.1

- old
+ new

@@ -25,10 +25,10 @@ Then there should be 1 error And that error should have the type "unclosed_quote" And that error should have the row "2" And that error should have the content ""Foo","Bar","Baz" - Scenario: Successfully report a CSV with incorrect whitespace + Scenario: Successfully report a CSV with incorrect whitespace Given I have a CSV with the following content: """ "col1","col2","col3" "Foo","Bar", "Baz" """