Provide a direct access to completed versions form the roadmap.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8699 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -42,6 +42,9 @@ class VersionsControllerTest < ActionController::TestCase
|
||||
assert !assigns(:versions).include?(Version.find(1))
|
||||
# Context menu on issues
|
||||
assert_select "script", :text => Regexp.new(Regexp.escape("new ContextMenu('/issues/context_menu')"))
|
||||
# Links to completed versions in the sidebar
|
||||
assert_tag 'a', :attributes => {:href => '/versions/1'},
|
||||
:ancestor => {:tag => 'div', :attributes => {:id => 'sidebar'}}
|
||||
end
|
||||
|
||||
def test_index_with_completed_versions
|
||||
|
||||
Reference in New Issue
Block a user