Actions
Patch #37448
closedAdd missing fixture users to RoleTest
Description
The attached patch fixes the following error.
$ RAILS_ENV=test bin/rake db:reset $ bin/rails test test/unit/role_test.rb Run options: --seed 24409 # Running: E Error: RoleTest#test_destroy: ActiveRecord::RecordNotFound: Couldn't find User with 'id'=1 test/object_helpers.rb:231:in `generate!' test/unit/role_test.rb:160:in `test_destroy' rails test test/unit/role_test.rb:156
Files
Updated by Go MAEDA over 2 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the fix.
Updated by Go MAEDA over 2 years ago
- Subject changed from Add missing fixture to RoleTest to Add missing fixture users to RoleTest
Actions