0.0
No commit activity in last 3 years
No release in over 3 years
Autotest plugin to enable spec-style test filenames.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
 Project Readme

autotest-spec

Enable specs in Autotest

Description

Autotest plugin to enable spec-style test filenames.

Usage

Install the gem:

$ gem install autotest-spec

Now you can name your test files using the spec convention of foo_spec.rb

Contributing

After checking out the source, run:

$ rake newb

This task will install any missing dependencies, and run the tests. Now you are ready to create and submit a patch.

Create an issue or pull request on the teoljungberg/autotest-spec repo that links to a branch on your repo or a gist of your patch.

Contributing

  1. Fork it

  2. Create your feature branch (git checkout -b my-new-feature)

    After checking out the source, run:

     $ rake newb
    

    This task will install any missing dependencies, and run the tests. Now you are ready to create and submit a patch.

  3. Commit your changes (git commit -am 'Add some feature')

  4. Push to the branch (git push origin my-new-feature)

  5. Create new Pull Request