mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 01:07:24 +02:00
Upgrade to Rails 4.2.0 (#14534).
git-svn-id: http://svn.redmine.org/redmine/trunk@13892 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -31,7 +31,7 @@ class WorkflowsControllerTest < ActionController::TestCase
|
||||
assert_template 'index'
|
||||
|
||||
count = WorkflowTransition.where(:role_id => 1, :tracker_id => 2).count
|
||||
assert_select 'a[href=?]', '/workflows/edit?role_id=1&tracker_id=2', :content => count.to_s
|
||||
assert_select 'a[href=?]', '/workflows/edit?role_id=1&tracker_id=2', :content => count.to_s
|
||||
end
|
||||
|
||||
def test_get_edit
|
||||
|
||||
Reference in New Issue
Block a user