mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 09:46:02 +01: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:
@@ -33,7 +33,7 @@ class Redmine::ApiTest::VersionsTest < Redmine::ApiTest::Base
|
||||
assert_response :success
|
||||
assert_equal 'application/xml', @response.content_type
|
||||
|
||||
assert_select 'versions[type=array] version id:content(2)' do
|
||||
assert_select 'versions[type=array] version id', :text => '2' do
|
||||
assert_select '~ name', :text => '1.0'
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user