fromRubyflow3 weeks agoRuby on RailsRSpec 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.
fromRubyflow1 month agoRuby on Rails Are Your Rails Routes Bulletproof?Mastering RSpec route testing is vital for maintaining reliable routing in Rails applications.
fromRubyflow3 weeks agoRuby on RailsRSpec 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.
fromRubyflow1 month agoRuby on Rails Are Your Rails Routes Bulletproof?Mastering RSpec route testing is vital for maintaining reliable routing in Rails applications.
fromRubyflow4 months agoRuby on RailsNew 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.
fromRubyflow6 months agoRuby on RailsSetup 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.
fromRubyflow7 months agoRuby on RailsUpdates to Everyday Rails Testing with RSpec, 2024 editionThe 2024 edition of Everyday Rails Testing with RSpec includes important updates for more efficient testing.