aruba 0.10.0 released
I happy to announce the release 0.10.0 of aruba. It’s a an extension for popular TDD and BDD frameworks like “Cucumber”, “RSpec” and “Minitest” to make testing of commandline applications meaningful, easy and fun. To see a diff of changes for v0.10.0 look here.
List of most relevant changes
- Fix ‘“#exit_timeout” is deprecated’ error (issue #314)
- Add some new steps to make writing documentation easier using “cucumber”, “rspec”, “minitest” together with “aruba” - see Feature File for some examples
- Write output of commands directly to disk if SpawnProcess is used
- Refactored API of cucumber steps to reduce the need for more methods and make it easier for users to write their own steps (issue #306)
- Added
aruba init
to the cli command to setup environment for aruba (issue #308) - Added new method
delete_environment_variable
to remove environment variable - Added work around because of method name conflict between Capybara and RSpec
Post a comment