Aruba v0.10.0.pre Release Notes

    • ➕ Add some new steps to make writing documentation easier using "cucumber", "rspec", "minitest" together with "aruba" - see [Feature](features/getting_started/supported_testing_frameworks.feature) for some examples
    • Write output of commands directly to disk if SpawnProcess is used (see 85d74fcc)
    • 🔨 Refactored API of cucumber steps to reduce the need for more methods and make it easier for users to write their own steps ([#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 (1939c404)