Sha256: 27f74439985fd3660860883aa6e9b7e72d64f809da81532384c0ca118638bac6

Contents?: true

Size: 553 Bytes

Versions: 15

Compression:

Stored size: 553 Bytes

Contents

* Replace check filesystem permissons through a better rspec matcher
* Improve documentation for matchers in file
* Cleanup stdout/stderr in spawn process:
    It should be enough to use 'open(@process.io.stdout).read' and 'open(@process.io.stderr).read'. There's no need to rewind them.
* Ensure that all processes are kill after cucumber is finished
* Add variation of check and stop of command if output contains
    Add something like `(?: of last command)?`. If this is true, just check the last command.
* Use aruba.config.exit_timeout everywhere

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
aruba-0.13.0 TODO.md
aruba-0.12.0 TODO.md
aruba-0.11.2 TODO.md
aruba-0.11.1 TODO.md
aruba-0.11.0.pre4 TODO.md
aruba-0.11.0.pre3 TODO.md
aruba-0.11.0.pre2 TODO.md
aruba-0.11.0.pre TODO.md
aruba-0.10.2 TODO.md
aruba-0.10.1 TODO.md
aruba-0.10.0 TODO.md
aruba-0.10.0.pre2 TODO.md
aruba-0.10.0.pre TODO.md
aruba-0.9.0 TODO.md
aruba-0.9.0.pre2 TODO.md