Matijs van Zuijlen

Results 165 issues of Matijs van Zuijlen

## Summary Aruba exposes a large set of API methods into the test environment. It would be cleaner to access these through a dedicated object. ## Expected Behavior Something like:...

## Summary When activating the blanket announcer with `@announce`, the `command_content` announcer announces the full binary file if the command happens to be a binary file. This is bad and...

bug
user experience

## Summary There are several matchers defined by Aruba that are very similar to matchers provided by RSpec. For example: * `include_output_string` and its aliases `an_output_string_including` and `file_content_including`. These seem...

internal

## Summary Go over the wording of the cucumber steps and make it nicer. ## Context & Motivation Some wording is a little inconsistent or unclear. We should improve it...

user experience

## Summary The `#have_output_size` matcher is implemented to match on a string, leading to redundant-look assertions like: ``` expect(last_command_started.output).to have_output_size size.to_i ``` ## Expected Behavior I would expect the call...

internal

## Summary Run cucumber scenarios on Windows and make them pass ## Details - Enable cucumber scenarios on Windows in GitHub Actions - Fix scenarios so they pass ## Motivation...

status: work in progress
windows

## Summary Improve Process robustness ## Details TBA. At least the specs for Command#stop and Command#terminate are a bit clearer ## Motivation and Context Random failures in CI ## How...

## Summary Cucumber part of #505. ## Details ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug...

status: work in progress
windows

## Summary ## Details ## Motivation and Context ## How Has This Been Tested? ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) -...

## Summary Work towards a green build on AppVeyor ## Details * [x] Ensure Ruby version variables match actual versions * ~~Get ffi to install on older Rubies~~ The FFI...

status: work in progress
windows