RSpec book update: Testing in isolation with mocks (and friends)The chapter on testing with mocks and stubs in Everyday Rails Testing has been completely revised to reflect updated beliefs on using them.
Are Your Rails Routes Bulletproof?Mastering RSpec route testing is vital for maintaining reliable routing in Rails applications.
RSpec book update: Testing in isolation with mocks (and friends)The chapter on testing with mocks and stubs in Everyday Rails Testing has been completely revised to reflect updated beliefs on using them.
Are Your Rails Routes Bulletproof?Mastering RSpec route testing is vital for maintaining reliable routing in Rails applications.
New Gem: EnhancedErrors - See Variable Values in Errors and Spec FailuresEnhancedErrors Gem simplifies debugging by showing variable values in spec failures, making it easier to fix issues without traditional debugging methods.
Setup Rails 7.2 and Docker Compose for Capybara/Selenium/RSpec and more: Step-by-StepThis guide helps set up a complete Rails 7.2 development environment using Docker with testing tools like Capybara, Selenium, and RSpec.
Updates to Everyday Rails Testing with RSpec, 2024 editionThe 2024 edition of Everyday Rails Testing with RSpec includes important updates for more efficient testing.