mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Refactor: Allow other import files (#1099)
* Rename stimulus controller * feature: rename raw_csv_str to raw_file_str
This commit is contained in:
@@ -5,7 +5,7 @@ class ImportJobTest < ActiveJob::TestCase
|
||||
|
||||
test "import is published" do
|
||||
import = imports(:empty_import)
|
||||
import.update! raw_csv_str: valid_csv_str
|
||||
import.update! raw_file_str: valid_csv_str
|
||||
|
||||
assert import.pending?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user