Open katrpilar opened 6 years ago
I struggled with a student to get this to work and we fixed it by just changing the second line of the test from: post :upload, file: fixture_file_upload('songs.csv', 'text/csv') to: post :upload, params: {file: fixture_file_upload('songs.csv', 'text/csv')}
Need to change the file: upload syntax in the "uploads and processes a file on a background worker" test starting on line 10 from this:
TO