Rspec integration tests without cucumber?

后端 未结 3 1648
慢半拍i
慢半拍i 2021-02-07 21:00

Is there a way to do integration tests with Rspec without using Cucumber? I prefer using just plain old Webrat. Thanks.

3条回答
  •  情书的邮戳
    2021-02-07 21:15

    We've recently started using RSpec with Capybara over Cucumber. Here is a "beginners" blog post I recently wrote on using RSpec integration tests without cucumber.

    End-to-end testing with RSpec integration tests and Capybara

    Let me know if you have any questions on getting your system set up.

提交回复
热议问题