an error spec
This commit is contained in:
parent
d44e1f7c24
commit
5fb7e5cbef
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ feature RegistrationPeriod do
|
||||||
|
|
||||||
click_button 'Save Registration Period'
|
click_button 'Save Registration Period'
|
||||||
expect(flash).
|
expect(flash).
|
||||||
to eq('A error prohibited the Registration Period from being saved: ' \
|
to eq('An error prohibited the Registration Period from being saved: ' \
|
||||||
"Start date can't be blank. End date can't be blank.")
|
"Start date can't be blank. End date can't be blank.")
|
||||||
|
|
||||||
page.
|
page.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue