Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 540 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 540 Bytes

Repository for the example app of Thoughtbot's Rails Testing book.

My goals in going through this book:

  • learn test-driven development in Rails
  • learn the tools/frameworks used to do test-driven development
  • have a solid foundation in testing web applications written in Ruby on Rails
  • apply the things I learned to my current and future Rails-based projects

Here I try to apply the concepts taught in the book to a Rails 6 "Reddat" app.
Thank you @thoughtbot for this book.