formulaic:用水豚简化表格填写 源码
公式化 删除充满水豚的配方形式的乏味。 公式允许您指定要输入的属性的哈希,而不是通过程序调用Capybara的DSL方法。 用法 gem 'formulaic' , group : :test feature 'New user registration' do scenario 'successfull sign up' do visit sign_in_path fill_form ( :user , { name : 'Caleb' , email : 'caleb@thoughtbot.com' , 'Terms of Service' => true } ) click_on submit ( :user ) expect ( page ) . to have_content t ( 'user.create.success' )
用户评论