Patch #41881 ยป fix_custom_field_deleting.patch
test/unit/issue_nested_set_concurrency_test.rb | ||
---|---|---|
36 | 36 |
ActiveRecord::Base.establish_connection connection |
37 | 37 |
end |
38 | 38 |
User.current = nil |
39 |
CustomField.delete_all
|
|
39 |
CustomField.destroy_all
|
|
40 | 40 |
end |
41 | 41 |
|
42 | 42 |
def teardown |
43 |
- |