Where/how to include helper methods for capybara integration tests

前端 未结 3 1520
一生所求
一生所求 2021-02-01 16:58

I\"m using capybara for my integration/acceptance tests. They\'re in /spec/requests/ folder. Now I have a few helper methods that I use during acceptance tests. One

3条回答
  •  被撕碎了的回忆
    2021-02-01 17:35

    I used the given solution by @VasiliyErmolovich, but I changed the type to make it work:

    config.include YourHelper, :type => :feature
    

提交回复
热议问题