Skip to content

Commit 6dc2f25

Browse files
committed
Add missing require
1 parent 2fdf5b5 commit 6dc2f25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/models/customer_import_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'test_helper'
2+
require 'csv'
23

34
class CustomerImportTest < ActiveSupport::TestCase
45
test "parsing rows" do

0 commit comments

Comments
 (0)