Sology / maily_herald

Advanced email processing solution for Ruby on Rails applications
http://mailyherald.org
Other
579 stars 59 forks source link

Running tests #9

Closed ssoulless closed 9 years ago

ssoulless commented 9 years ago

Im trying to run tests, however when I try to set up the database

rake db:setup

Rake is aborted and I get the following message: ActiveRecord::RecordInvalid: Validation failed: List can't be blank, List can't be blank

If you provide some instructions for running tests that would be great.

ljachymczyk commented 9 years ago

Will look at this and provide some testing/contributing instructions in the readme.

ljachymczyk commented 9 years ago

rake db:setup should work fine now. Also added information about contributing and testing to README.