mirror of
https://github.com/redmine/redmine.git
synced 2026-01-06 15:42:57 +01:00
Moves plugin list to its own administration menu item.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2037 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -78,6 +78,12 @@ class AdminControllerTest < Test::Unit::TestCase
|
||||
user = User.find(1)
|
||||
assert_equal [user.mail], mail.bcc
|
||||
end
|
||||
|
||||
def test_plugins
|
||||
get :plugins
|
||||
assert_response :success
|
||||
assert_template 'plugins'
|
||||
end
|
||||
|
||||
def test_info
|
||||
get :info
|
||||
@@ -85,6 +91,8 @@ class AdminControllerTest < Test::Unit::TestCase
|
||||
assert_template 'info'
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def delete_configuration_data
|
||||
Role.delete_all('builtin = 0')
|
||||
Tracker.delete_all
|
||||
|
||||
Reference in New Issue
Block a user