mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 09:46:02 +01:00
Add a description for trackers (#442).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17970 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -134,4 +134,10 @@ class TrackerTest < ActiveSupport::TestCase
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
def test_tracker_should_have_description
|
||||
tracker = Tracker.find(1)
|
||||
assert tracker.respond_to?(:description)
|
||||
assert_equal tracker.description, "Description for Bug tracker"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user