Project

General

Profile

Feature #26237 » 26237-test-update.diff

Go MAEDA, 2017-12-24 05:28

View differences:

test/fixtures/versions.yml (working copy)
19 19
  effective_date: <%= 20.day.from_now.to_date.to_s(:db) %>
20 20
  status: locked
21 21
  sharing: 'none'
22
  wiki_page_title: ECookBookV1
22 23
versions_003: 
23 24
  created_on: 2006-07-19 21:00:33 +02:00
24 25
  name: "2.0"
test/integration/api_test/versions_test.rb (working copy)
114 114
      assert_select 'id', :text => '2'
115 115
      assert_select 'name', :text => '1.0'
116 116
      assert_select 'sharing', :text => 'none'
117
      assert_select 'wiki_page_title', :text => 'ECookBookV1'
117 118
    end
118 119
  end
119 120

  
(2-2/3)