We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60320ac commit 66b375dCopy full SHA for 66b375d
1 file changed
spec/requests/keyword_uploads_spec.rb
@@ -56,7 +56,7 @@
56
}
57
58
expect(response).to redirect_to(authenticated_root_path)
59
- expect(flash[:alert]).to match("No keywords found")
+ expect(flash[:alert]).to match("Invalid CSV file: File doesn't appear to contain valid CSV data")
60
61
# Cleanup
62
empty_file.close!
0 commit comments