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)