aruba icon indicating copy to clipboard operation
aruba copied to clipboard

Test command-line applications with Cucumber-Ruby, RSpec or Minitest.

Results 58 aruba issues
Sort by recently updated
recently updated
newest added

## Summary Use `type: :aruba` to trigger all RSpec hooks in the default integration, replacing the check for inclusion of Aruba::Api. ## Details When using the default aruba/rspec integration, the...

This summarizes the commits of #746. If there is a response to the original pull request (ping @nando,) I would like you to merge that one, but if not, and...

### 👓 What did you see? Basically while trying to upgrade gems the all method from rspec-expectations in aruba clashes with capybara's definition of `all` and hence the tests and...

## Summary Explictly call `#unlink` on Tempfiles used in SpawnProcess, instead of waiting for the finalizer. ## Details Adds a call to `#unlink` right after reading the Tempfile and storing...

## Summary Activates simplecov on nested processes. It works, but makes the tests very slow. Based on #898 but with a more minimal change. This should probably be hidden behind...

on-hold

## Summary Move `UnixPlatform#simple_table` to `Announcer`. ## Details The `#simple_table` method is only used inside `Announcer` and is not platform-dependent. This changes moves that method to `Announcer` and makes it...

## Summary Switch out legacy tag expression syntax - This is needed to fix up some tech debt in cucumber (Which sanitizes it) ## Details As written above ## Motivation...