Remove target and how_to_participate columns from legislation_processes table, no longer used

This commit is contained in:
Bertocq
2017-06-10 23:17:25 +02:00
parent 02d31953be
commit 2c82eec0fd
3 changed files with 7 additions and 5 deletions

View File

@@ -63,14 +63,12 @@ feature 'Admin legislation processes' do
expect(page).to have_content 'An example legislation process'
expect(page).not_to have_content 'Summary of the process'
expect(page).to have_content 'Describing the process'
expect(page).to have_content 'This thing affects people'
visit legislation_processes_path
expect(page).to have_content 'An example legislation process'
expect(page).to have_content 'Summary of the process'
expect(page).not_to have_content 'Describing the process'
expect(page).not_to have_content 'This thing affects people'
end
end