我想模拟编辑 best_in_place 表单用黄瓜测试它
When /^I fill in change first name to "([^\"]*)"$/ do |value|
bip_text(User, :first_name, value)
end
undefined method `bip_text' for #<Cucumber::Rails::World:0x00000005665850> (NoMethodError)
我想模拟编辑 best_in_place 表单用黄瓜测试它
When /^I fill in change first name to "([^\"]*)"$/ do |value|
bip_text(User, :first_name, value)
end
undefined method `bip_text' for #<Cucumber::Rails::World:0x00000005665850> (NoMethodError)