beet / alfred_noteplan_actions

Alfred workflow for handy Noteplan actions
38 stars 4 forks source link

Feature - test coverage #4

Closed beet closed 5 years ago

beet commented 5 years ago

WIP

Mocking & stubbing with MiniTest is a ball-ache, will probably start over with Rspec.

beet commented 5 years ago

Yeah, MiniTest was a bad idea...

Was looking for a self-encapsulated solution that doesn't depend on any gems, but attempting to mock/stub this way is not fun.