This project is still under serious development, so check back soon.
NUnit guard allows to automatically run NUnit tests when projects are rebuilt.
- Ruby 1.8.7+
- Guard
- Mono and NUnit (.NET coming soon)
Install ruby on your machine.
Add a file named Gemfile in the root of your project with the following contents
source "http://rubygems.org"
gem 'guard'
gem 'guard-nunit'