Sha256: 2b58cdc76a66dac211d7e3f57ffc354ba1cee9692f6330b9e05a522909ce02ae
Contents?: true
Size: 1.02 KB
Versions: 5
Compression:
Stored size: 1.02 KB
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 ======= ```Bash gem install testrbl ``` or standalone ```Bash curl https://rubinjam.herokuapp.com/pack/testrbl > testrbl && chmod +x testrbl ``` Usage ===== ```Bash 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 testrbl --changed # run changed tests ``` Tips ==== - `can't find executable testrb`: uninstall old version of test-unit, they define testrb in multiple incompatible ways TODO ==== - 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://travis-ci.org/grosser/testrbl.png)](https://travis-ci.org/grosser/testrbl)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
testrbl-0.7.0 | Readme.md |
testrbl-0.6.1 | Readme.md |
testrbl-0.6.0 | Readme.md |
testrbl-0.5.2 | Readme.md |
testrbl-0.5.1 | Readme.md |