Actions
Defect #2424
closedfunctional test error - RepositoriesGitControllerTest / test_annotate_binary_file
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Resolution:
Affected version:
Description
assert_tag :tag => 'div', :attributes => { :class => /error/ },
:content => /can not be annotated/
leads to an error ..
should use the flash assertion
assert flash[:error], 'can not be annotated'
Actions