In this post, we will see how to resolve (Rails) Can’t use variable made by FactoryBot in rspec Question: i have two model, post and comment post has many comment this is my schema -> and my route is like ...
Question: I have an API that I’m currently using rspec to do the tests. In a specific test, I do a patch/put in a unity giving invalid values, but when I do the same test he responds with a status ...
Question: Having this form: I am trying to test how it would be filled and then sent with Capybara: I have tried js: true in the scenario, and both fill_in and find but when I do save_and_open_page nothing is filled. ...