Remove Target field from Legislative Process from views, i18n, factories and specs

This commit is contained in:
Bertocq
2017-06-10 23:16:13 +02:00
parent d624a08abc
commit 02d31953be
14 changed files with 1 additions and 48 deletions

View File

@@ -41,7 +41,6 @@ feature 'Admin legislation processes' do
fill_in 'legislation_process_title', with: 'An example legislation process'
fill_in 'legislation_process_summary', with: 'Summary of the process'
fill_in 'legislation_process_description', with: 'Describing the process'
fill_in 'legislation_process_target', with: 'This thing affects people'
base_date = Date.current
fill_in 'legislation_process[start_date]', with: base_date.strftime("%d/%m/%Y")