byrokrat / giroapp

Command line app for managing autogiro donations.
GNU General Public License v3.0
4 stars 2 forks source link

Write specs for commands #123

Closed hanneskod closed 6 years ago

hanneskod commented 6 years ago

As commands are now created in the DIC specs can be written..

To simplify testing even more execute() does not need arguments at all. Everything can be injected.. Possibly through more traits as InputReaderTrait...

hanneskod commented 6 years ago

cleaning up