Sha256: 70578d7227375a7e719f9ad77c84236cb20d64f4a3cb1fbc455e01b8147d8381

Contents?: true

Size: 928 Bytes

Versions: 5

Compression:

Stored size: 928 Bytes

Contents

Run ruby Test::Unit/Shoulda tests by line-number / folder / the dozen.<br/>
(everything not matching "file:line" is simply passed to testrb)

Install
=======
    gem install testrbl

Usage
=====
    testrbl test/unit/xxx_test.rb:123 # test by line number
    testrbl test/unit                 # everything _test.rb in a folder (on 1.8 this would be test/unit/*)
    testrbl xxx_test.rb yyy_test.rb   # multiple files

Tips
====
 - `can't find executable testrb`: uninstall old version of test-unit, they define testrb in multiple incompatible ways

TODO
====
 - prepend shoulda contexts to search -n '/OUTER-CONTEXT.*INNER-CONTEXT.*SHOULD/', make sure indentation is decreasing by 1 every step to avoid fetching everything

Author
======
[Michael Grosser](http://grosser.it)<br/>
michael@grosser.it<br/>
License: MIT<br/>
[![Build Status](https://secure.travis-ci.org/grosser/testrbl.png)](http://travis-ci.org/grosser/testrbl)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
testrbl-0.1.6 Readme.md
testrbl-0.1.5 Readme.md
testrbl-0.1.4 Readme.md
testrbl-0.1.3 Readme.md
testrbl-0.1.2 Readme.md