2013-03-02 2 views
1

와 장소 필드 테스트 최고의 나는 best_in_place_helpers.rb라는 기능/지원 파일을 작성 오이루비 : 오이

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 양식을 편집 시뮬레이션 할, 또는 당신에게 어떤 이름을 호소 .

내용은 다음과 같아야합니다

include BestInPlace::TestHelpers