unusual-spending

This project is for implementing the Unusual Spending Kata. It is preconfigured with JUnit, Hamcrest, and Mockito for testing. It is also set up to import the third-party dependencies needed by the kata and defined in unusual-spending-vendor.

.
├── README.md
├── pom.xml
├── src
│   ├── main
│   │   └── java
│   │       └── spending
│   │           └── TriggersUnusualSpendingEmail.java

To get started, write a Collaboration test for spending.TriggersUnusualSpendingEmail that breaks the problem down into two, three, or four parts.