A simple, one file, template to start Test Driven Development with the Minitest testing framework
Clone this git repository
git clone https://github.com/rubysg/minitest_template.git
go into the new app directory
cd minitest_template
Write your examples and code in the template.rb file
ruby template.rb
Comments, patches, Git pull requests and bug reports are welcome.