andrewdavey / postal

Email sending for asp.net mvc using the view engine system to render emails.
http://aboutcode.net/postal
MIT License
536 stars 169 forks source link

How are you referencing IEmailService in the Tests project? #139

Open jstrugnell opened 8 years ago

jstrugnell commented 8 years ago

Hi,

I can see in your Unit Testing examples the usage of the IEmailService interface. How do you recommend referencing the Postal.dll from the Tests project? Do you just add the same Nuget Package to your Tests projects or would you just reference the DLL directly from the Packages folder??

This might be a general Testing / Nuget question, but I'm interested to know what the standard practise is for this sort of thing?

Thanks, James.