mirror of
https://github.com/redmine/redmine.git
synced 2025-12-24 01:10:38 +01:00
Don't pass conditions to #delete_all.
git-svn-id: http://svn.redmine.org/redmine/trunk@15675 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -160,7 +160,7 @@ class AdminControllerTest < Redmine::ControllerTest
|
||||
private
|
||||
|
||||
def delete_configuration_data
|
||||
Role.delete_all('builtin = 0')
|
||||
Role.where('builtin = 0').delete_all
|
||||
Tracker.delete_all
|
||||
IssueStatus.delete_all
|
||||
Enumeration.delete_all
|
||||
|
||||
Reference in New Issue
Block a user