fixture_file_upload has {file} does not exist error

前端 未结 3 1269
误落风尘
误落风尘 2021-02-05 08:42

Below is my testing code for uploading file.

describe \"file process\" do
 before(:each) do
   # debugger
   @file = fixture_file_upload(\'test.csv\', \'text/csv         


        
3条回答
  •  后悔当初
    2021-02-05 09:11

    Based on the most voted answer on this question, you have to put the file under {Rails.root}/spec/fixtures/files

提交回复
热议问题