2013-03-02 32 views
1

我想模擬編輯best_in_place形式黃瓜Ruby on Rails的:代替現場測試最好用黃瓜

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) 

回答

2

測試它創建一個名爲best_in_place_helpers.rb功能/支持文件,或任何名義吸引你。

的內容應該是:

include BestInPlace::TestHelpers