All Versions
98
Latest Version
Avg Release Cycle
55 days
Latest Release
1017 days ago

Changelog History
Page 6

  • v0.7.0 Changes

    • Introducing root_directory ([#232])
    • Introducing fixtures directory ([#224])
    • ๐Ÿ‘‰ Make sure a file/directory does not exist + Cleanup named file/directory steps ([#234])
    • ๐Ÿ“š Make matcher have_permisions public and add documentation ([#239])
    • โž• Added matcher for file content ([#238])
    • โž• Add rspec integrator ([#244])
    • Deprecate _file and _directory in method names ([#243])
    • ๐Ÿ‘Œ Improve development environment ([#240])
    • Cleanup process management ([#257])
    • ๐Ÿ‘‰ Make path content available through matchers and api metchods ([#250])
    • ๐Ÿ”จ Refactor announcer to support user defined announce channels (fixes [#267])
    • InProcess requires that the working directory is determined on runtime not no loadtime
  • v0.6.2 Changes

    • ๐Ÿ›  Fixed minor [#223])
    • โž• Added support for ruby 2.1.3 -- 2.1.5
    • โž• Added support for comparison to a fixture file
  • v0.6.1 Changes

    • โž• Added support for ruby 2.1.2
    • โž• Added support for ~ expansion
    • โž• Added support for with_env
  • v0.6.0 Changes

    • โฌ‡๏ธ Dropped support for ruby 1.8
    • โž• Added support for ruby 2.1.0 and 2.1.1
    • โž• Added rspec 3.0.0 support
  • v0.5.4 Changes

    • โž• Added support for piping in files ([#154], [maxmeyer], dg-vrnetze)
    • โž• Added cucumber steps for environment variables ([#156], dg-vrnetze)
    • โž• Added support for file mode ([#157], [maxmeyer], dg-vrnetze)
  • v0.5.3 Changes

    • ๐Ÿ›  Fix for UTF-8 support ([#151], [mattwynne], [jarl-dk])
    • ๐Ÿ›  Fix for open file leakage ([#150], [JonRowe])
  • v0.5.2 Changes

    • ๐Ÿ”Œ Plugin API for greater speed. Test Ruby CLI programs in a single Ruby process ([#148], [aslakhellesoy])
    • ๐Ÿ›  Fix memory leak when several commands are executed in a single run ([#144], [y-higuchi])
  • v0.5.1 Changes

    • โฑ Individual timeout settings when running commands ([#124], [jarl-dk])
    • โœ… Varous fixes for JRuby tests, should now work on more versions of JRuby
  • v0.5.0 Changes

    • Add #with_file_content to the DSL ([#110], [argent-smith])
    • ๐ŸŽ Make JRuby performance tweaks optional ([#102], [taylor], [#125], [alindeman])
    • Add assert_partial_output_interactive so you can peek at the output from a running process ([#104], [taylor])
    • Add assert_not_matching_output ([#111], [argent-smith])
    • โž• Add remove_dir ([#121], [LTe])
  • v0.4.11 Changes

    • ๐Ÿ›  Fix duplicated output ([#91], [robertwahler], [mattwynne])
    • ๐Ÿ›  Fix Gemspec format ([#101], [mattwynne])