mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 11:34:13 +00:00
Ignore empty categories while importing (#789)
* Ignore empty categories while importing * Review fixes
This commit is contained in:
@@ -37,7 +37,7 @@ class Import::CsvTest < ActiveSupport::TestCase
|
||||
end
|
||||
|
||||
test "csv with additional columns and empty values" do
|
||||
csv = Import::Csv.new valid_csv_with_extra_column
|
||||
csv = Import::Csv.new valid_csv_with_missing_data
|
||||
assert csv.valid?
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user