Actions
Defect #30054
closedAdd missing fixtures for test_create_with_one_attachment
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
This issue is extracted from #29990#note-3, originally reported by Marius BALTEANU.
root@45ec3a6558b0:/work# ruby test/functional/documents_controller_test.rb DEPRECATION WARNING: `secrets.secret_token` is deprecated in favor of `secret_key_base` and will be removed in Rails 6.0. (called from <top (required)> at /work/config/environment.rb:14) Run options: --seed 39471 # Running: ...........F Failure: DocumentsControllerTest#test_create_with_one_attachment [test/functional/documents_controller_test.rb:135]: Expected: 2 Actual: 1 bin/rails test test/functional/documents_controller_test.rb:109 ... Finished in 1.231643s, 12.1788 runs/s, 34.9127 assertions/s. 15 runs, 43 assertions, 1 failures, 0 errors, 0 skips
Files
Related issues
Updated by Go MAEDA about 6 years ago
- Copied from Defect #29990: Add missing fixtures for test_create_should_send_notification added
Updated by Go MAEDA about 6 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version changed from 4.1.0 to 4.0.0
- Resolution set to Fixed
Committed.
Actions