Flaque / thaum

Thaum is a simple boilerplate and scaffolding command line utility.
https://flaque.github.io/thaum/
MIT License
23 stars 3 forks source link

Convert tests to testify #6

Open Flaque opened 7 years ago

Flaque commented 7 years ago

I can't see a whole lot of a reason to use goblin for testing. It adds a lot of boilerplate code. Which probably shouldn't exist in a project that's whole purpose is to remove boilerplate code.

These can be removed by testing with testify.

praxis330 commented 7 years ago

Hi there!

I took a crack at this here: #7 Please let me know what you think!