aruba
aruba copied to clipboard
Test command-line applications with Cucumber-Ruby, RSpec or Minitest.
## 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...
## 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...