下面的代码将参数传递给黄瓜步骤定义:
Then /^I should see a message "([^\"]*)"$/ do |arg1|
page.should have_content (arg1)
end
任何人都可以帮助我,如何传递多个参数?
下面的代码将参数传递给黄瓜步骤定义:
Then /^I should see a message "([^\"]*)"$/ do |arg1|
page.should have_content (arg1)
end
任何人都可以帮助我,如何传递多个参数?