Index: test/fixtures/versions.yml =================================================================== --- test/fixtures/versions.yml (revision 17127) +++ test/fixtures/versions.yml (working copy) @@ -19,6 +19,7 @@ effective_date: <%= 20.day.from_now.to_date.to_s(:db) %> status: locked sharing: 'none' + wiki_page_title: ECookBookV1 versions_003: created_on: 2006-07-19 21:00:33 +02:00 name: "2.0" Index: test/integration/api_test/versions_test.rb =================================================================== --- test/integration/api_test/versions_test.rb (revision 17127) +++ test/integration/api_test/versions_test.rb (working copy) @@ -114,6 +114,7 @@ assert_select 'id', :text => '2' assert_select 'name', :text => '1.0' assert_select 'sharing', :text => 'none' + assert_select 'wiki_page_title', :text => 'ECookBookV1' end end