mirror of
https://github.com/redmine/redmine.git
synced 2025-11-01 02:46:13 +01:00
Adds url and author_url plugin attributes (#2162).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2041 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -103,8 +103,8 @@ class AdminControllerTest < Test::Unit::TestCase
|
||||
assert_response :success
|
||||
assert_template 'plugins'
|
||||
|
||||
assert_tag :td, :content => 'Foo plugin'
|
||||
assert_tag :td, :content => 'Bar'
|
||||
assert_tag :td, :child => { :tag => 'span', :content => 'Foo plugin' }
|
||||
assert_tag :td, :child => { :tag => 'span', :content => 'Bar' }
|
||||
end
|
||||
|
||||
def test_info
|
||||
|
||||
Reference in New Issue
Block a user