-
Name
-
aruba
-
Version
-
2.2.0
-
Platform
-
ruby
-
Authors
-
Aslak Hellesøy, Matt Wynne and other Aruba Contributors
-
Bindir
-
exe
-
Date
-
2023-09-02 00:00:00 UTC
-
Dependencies
-
bundler (>= 1.17, < 3.0)
contracts (>= 0.16.0, < 0.18.0)
cucumber (>= 8.0, < 10.0)
rspec-expectations (~> 3.4)
thor (~> 1.0)
appraisal (~> 2.4, development)
json (~> 2.1, development)
kramdown (~> 2.1, development)
minitest (~> 5.10, development)
pry (>= 0.13.0, < 0.15.0, development)
rake (>= 12.0, < 14.0, development)
rake-manifest (~> 0.2.0, development)
rspec (~> 3.11, development)
rubocop (~> 1.28, != 1.29.0, development)
rubocop-packaging (~> 0.5.0, development)
rubocop-performance (~> 1.13, development)
rubocop-rspec (~> 2.8, development)
simplecov (>= 0.18.0, < 0.23.0, development)
-
Description
-
Extension for popular TDD and BDD frameworks like "Cucumber", "RSpec" and "Minitest",
to make testing command line applications meaningful, easy and fun.
-
Email
-
cukes@googlegroups.com
-
Executables
-
aruba
-
Extra rdoc files
-
CHANGELOG.md
CONTRIBUTING.md
README.md
LICENSE
-
Files
-
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
exe/aruba
lib/aruba.rb
lib/aruba/api.rb
lib/aruba/api/bundler.rb
lib/aruba/api/commands.rb
lib/aruba/api/core.rb
lib/aruba/api/environment.rb
lib/aruba/api/filesystem.rb
lib/aruba/api/text.rb
lib/aruba/aruba_path.rb
lib/aruba/basic_configuration.rb
lib/aruba/basic_configuration/option.rb
lib/aruba/cli.rb
lib/aruba/colorizer.rb
lib/aruba/command.rb
lib/aruba/config/jruby.rb
lib/aruba/config_wrapper.rb
lib/aruba/configuration.rb
lib/aruba/console.rb
lib/aruba/console/help.rb
lib/aruba/contracts/absolute_path.rb
lib/aruba/contracts/enum.rb
lib/aruba/contracts/is_power_of_two.rb
lib/aruba/contracts/relative_path.rb
lib/aruba/cucumber.rb
lib/aruba/cucumber/command.rb
lib/aruba/cucumber/environment.rb
lib/aruba/cucumber/file.rb
lib/aruba/cucumber/hooks.rb
lib/aruba/cucumber/parameter_types.rb
lib/aruba/cucumber/testing_frameworks.rb
lib/aruba/errors.rb
lib/aruba/event_bus.rb
lib/aruba/event_bus/name_resolver.rb
lib/aruba/events.rb
lib/aruba/file_size.rb
lib/aruba/generators/script_file.rb
lib/aruba/hooks.rb
lib/aruba/in_config_wrapper.rb
lib/aruba/initializer.rb
lib/aruba/matchers/base/message_indenter.rb
lib/aruba/matchers/command.rb
lib/aruba/matchers/command/be_successfully_executed.rb
lib/aruba/matchers/command/have_exit_status.rb
lib/aruba/matchers/command/have_finished_in_time.rb
lib/aruba/matchers/command/have_output.rb
lib/aruba/matchers/command/have_output_on_stderr.rb
lib/aruba/matchers/command/have_output_on_stdout.rb
lib/aruba/matchers/command/have_output_size.rb
lib/aruba/matchers/directory.rb
lib/aruba/matchers/directory/be_an_existing_directory.rb
lib/aruba/matchers/directory/have_sub_directory.rb
lib/aruba/matchers/environment.rb
lib/aruba/matchers/file.rb
lib/aruba/matchers/file/be_a_command_found_in_path.rb
lib/aruba/matchers/file/be_an_existing_executable.rb
lib/aruba/matchers/file/be_an_existing_file.rb
lib/aruba/matchers/file/have_file_content.rb
lib/aruba/matchers/file/have_file_size.rb
lib/aruba/matchers/file/have_same_file_content.rb
lib/aruba/matchers/path.rb
lib/aruba/matchers/path/a_path_matching_pattern.rb
lib/aruba/matchers/path/be_an_absolute_path.rb
lib/aruba/matchers/path/be_an_existing_path.rb
lib/aruba/matchers/path/have_permissions.rb
lib/aruba/matchers/string.rb
lib/aruba/matchers/string/include_output_string.rb
lib/aruba/matchers/string/match_output_string.rb
lib/aruba/matchers/string/output_string_eq.rb
lib/aruba/platform.rb
lib/aruba/platforms/announcer.rb
lib/aruba/platforms/aruba_file_creator.rb
lib/aruba/platforms/aruba_fixed_size_file_creator.rb
lib/aruba/platforms/aruba_logger.rb
lib/aruba/platforms/command_monitor.rb
lib/aruba/platforms/determine_disk_usage.rb
lib/aruba/platforms/determine_file_size.rb
lib/aruba/platforms/filesystem_status.rb
lib/aruba/platforms/local_environment.rb
lib/aruba/platforms/simple_table.rb
lib/aruba/platforms/unix_command_string.rb
lib/aruba/platforms/unix_environment_variables.rb
lib/aruba/platforms/unix_platform.rb
lib/aruba/platforms/unix_which.rb
lib/aruba/platforms/windows_command_string.rb
lib/aruba/platforms/windows_environment_variables.rb
lib/aruba/platforms/windows_platform.rb
lib/aruba/platforms/windows_which.rb
lib/aruba/processes/basic_process.rb
lib/aruba/processes/debug_process.rb
lib/aruba/processes/in_process.rb
lib/aruba/processes/spawn_process.rb
lib/aruba/rspec.rb
lib/aruba/runtime.rb
lib/aruba/setup.rb
lib/aruba/version.rb
-
Homepage
-
https://github.com/cucumber/aruba
-
Licenses
-
MIT
-
Metadata
-
{"bug_tracker_uri"=>"https://github.com/cucumber/aruba/issues", "changelog_uri"=>"https://www.rubydoc.info/gems/aruba/file/CHANGELOG.md", "documentation_uri"=>"https://www.rubydoc.info/gems/aruba", "homepage_uri"=>"https://github.com/cucumber/aruba", "source_code_uri"=>"https://github.com/cucumber/aruba"}
-
Rdoc options
-
--charset
UTF-8
--main
README.md
-
Require paths
-
lib
-
Required ruby version
-
>= 2.7
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.4.18
-
Specification version
-
4
-
Summary
-
aruba-2.2.0
-
Original platform
-
ruby
-
New platform
-
ruby