Sha256: f6ae14d1205718edb1e84b182f82a130e9a1a2de72a1966322fef95d825cd137

Contents?: true

Size: 912 Bytes

Versions: 8

Compression:

Stored size: 912 Bytes

Contents

Run ruby Test::Unit/Shoulda/Minitest tests by line-number / folder / the dozen.<br/>
(everything not matching "file:line" is simply passed to testrb)<br/>
Instant execution, 0 wait-time!

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
====
 - fix tests on ree/1.9.2
 - alternate minitest syntax: test_0017_should not link already linked URLs

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

8 entries across 8 versions & 1 rubygems

Version Path
testrbl-0.3.1 Readme.md
testrbl-0.3.0 Readme.md
testrbl-0.2.0 Readme.md
testrbl-0.1.17 Readme.md
testrbl-0.1.16 Readme.md
testrbl-0.1.15 Readme.md
testrbl-0.1.14 Readme.md
testrbl-0.1.13 Readme.md