This a very short note on setting up Capybara to correctly follow redirects with Rails classic redirect_to @object
pattern. Continue reading
tests
There are 2 posts tagged tests.
Testing PDF generation in Ruby
If you have ever generated PDFs in your Ruby apps you were probably also asking yourself how do I test that the PDF turns out the way I want? Continue reading