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 Documentation site is not available. ## Expected Behavior I can access the site with Aruba documentation. ## Current Behavior There is 522 error. ## Possible Solution Fix Cloudflare...

documentation

## Summary Just testing... ## Motivation and Context Windows + Ruby 3.1 gives test failures: #836. This is is just for investigating. ## How Has This Been Tested? ## Types...

## Summary Drop support for Ruby 2.5 ## Details - Require Ruby 2.6 or higher in the gemspec - Update RuboCop configuration and fix new offenses - Update set of...

on-hold

Aruba has a rather complex mechanism for setting the environment. Perhaps we can use [rspec-stubbed-env](https://rubygems.org/gems/rspec-stubbed_env) to simplify things? This is just a thought and I haven't investigated yet.

## Summary I am using Aruba and RSpec to test a CLI. The CLI accepts input files both as arguments and via STDIN. The Aruba testing framework can perform the...

feature
documentation

## Summary Use plain irb for debugging and for demonstrating debugging ## Details, Motivation and Context Development of pry has stalled and it is suggested that debug in combination with...

status: needs rework

## Summary Allow passing more than one string to `InProcess#write` and `SpawnProcess#write` ## Details Changes the arity of these two methods to match that of the base class' method. This...

## Summary ## Details ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which...

windows

## Summary Aruba console uses its own history file. I don't think it should. ## Expected Behavior History for aruba console should be appended to the general IRB history. ##...

## Summary Loosen dependency on rspec-expections to allow version 4.x ## Motivation and Context This prepares Aruba for the upcoming RSpec 4.0, and will allow Aruba 1.x to be used...

on-hold