coreyhaines/ShoppingCart
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a sample repository that I'm using to develop talks and examples for fast rails tests. The basic flow is in branches Master Rails-y (this is a more idiomatic rails version) Move to model (this extracts the logic into the model, tests still slow) No Rails (this pulls the logic out of a dependency on rails, so the tests can be run very quickly)