All Versions
98
Latest Version
Avg Release Cycle
55 days
Latest Release
1194 days ago
Changelog History
Page 6
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
- Introducing
-
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])
- Add
-
v0.4.11 Changes
- 🛠 Fix duplicated output ([#91], [robertwahler], [mattwynne])
- 🛠 Fix Gemspec format ([#101], [mattwynne])