Sha256: c7f4a813c0abcf0fcb5f2f8fa4393239a94653357e8960c6751605c4deebf685

Contents?: true

Size: 744 Bytes

Versions: 24

Compression:

Stored size: 744 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
* Fix problem with long running commands in background:

  Since we need to stop all commands to access the status of the last command
  stopped, we have problems with long running commands

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
aruba-1.0.2 TODO.md
aruba-1.0.1 TODO.md
aruba-1.0.0 TODO.md
aruba-0.14.14 TODO.md
aruba-0.14.13 TODO.md
aruba-1.0.0.pre.alpha.5 TODO.md
aruba-0.14.12 TODO.md
aruba-0.14.11 TODO.md
aruba-0.14.10 TODO.md
aruba-1.0.0.pre.alpha.4 TODO.md
aruba-1.0.0.pre.alpha.3 TODO.md
aruba-0.14.9 TODO.md
aruba-0.14.8 TODO.md
aruba-0.14.7 TODO.md
aruba-0.14.6 TODO.md
aruba-0.14.5 TODO.md
aruba-0.14.4 TODO.md
aruba-0.14.3 TODO.md
aruba-1.0.0.pre.alpha.2 TODO.md
aruba-1.0.0.pre.alpha.1 TODO.md