Undefined webrat methods in cucumber step_definitions

前端 未结 3 647
说谎
说谎 2021-02-15 02:47

When i run my features i get this error:

undefined method `visit\' for # (NoMethodError)

This is the r

3条回答
  •  孤独总比滥情好
    2021-02-15 03:17

    Paul Nelligan try adding this to env.rb to fix the error : "no such file to load -- action_controller/integration"

    World(Webrat::Methods)
    World(Webrat::Matchers)
    

提交回复
热议问题