Not testing Business Logic or Mixing Business Logic into other Concerns

• RIGHT TURN: As you learn to write tests around your business logic, you will naturally start to abstract it out of the other concerns. As discussed in ____, your Ruby-based business logic should live as independent from the “implementation details” about how a web app works.