Questions tagged [rack-test]
46 questions
0
votes
1 answer
What to test and how to test it?
I want to write tests for destroying objects on ruby on rails with cucumber and capybara and rack_test.
I think that I should write a scenario like:
When I try to delete X object
Then I should be on the index page for ...
And I should see "Object…

Bishma Stornelli
- 2,539
- 4
- 22
- 30