
33
3
章
レガシーシステムに
UI
テ スト を 追 加 す る
Web
こっちも
デーヴ
Sign Up
Name
Email
Create my account
Name
Success!
Password
Confirmation
「超」レガシーシステム
UI
describe 'When creating a new user' do
subject { page }
describe 'with valid credentials' do
before do
#
新規ユーザー作成
visit signup_path
fill_in 'Name', with: 'New User'
fill_in 'Email', with: 'user@example.com'
fill_in 'Password', with: 'foobar'
fill_in 'Confirmation', with: 'foobar'
click_button 'Create my account'