Project

why_test

0.0
No commit activity in last 3 years
No release in over 3 years
why_test is a command line utility that generates basic test setups for a number of different test frameworks.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 0
>= 0

Runtime

>= 0
 Project Readme

Build Status

Why_test

Perhaps my least favorite part of setting up a new project is getting the tests set up. I start projects infrequently enough (and play with different test frameworks often enough), that I can never remember what goes in the Rakefile for an Rspec test suite vs. one for Riot. If you are using rails, you can often +rake rspec:install+ or whatever to get everything set up. If you aren't using Rails, you have to resort to the googles. Why_test takes the pain out of setting up your tests.

Use

Currently only works on Ruby 1.9.2.

    gem install why_test
    gem why_test riot