aruba 1.0.0.pre.alpha.5 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +153 -28
- data/CONTRIBUTING.md +0 -9
- data/LICENSE +1 -1
- data/README.md +37 -30
- data/lib/aruba/api.rb +0 -1
- data/lib/aruba/api/bundler.rb +17 -2
- data/lib/aruba/api/commands.rb +15 -16
- data/lib/aruba/api/core.rb +64 -50
- data/lib/aruba/api/environment.rb +12 -4
- data/lib/aruba/api/filesystem.rb +32 -46
- data/lib/aruba/api/text.rb +15 -3
- data/lib/aruba/aruba_path.rb +23 -95
- data/lib/aruba/basic_configuration.rb +46 -65
- data/lib/aruba/basic_configuration/option.rb +2 -2
- data/lib/aruba/cli.rb +4 -1
- data/lib/aruba/config/jruby.rb +1 -1
- data/lib/aruba/config_wrapper.rb +17 -4
- data/lib/aruba/configuration.rb +29 -22
- data/lib/aruba/console.rb +0 -2
- data/lib/aruba/console/help.rb +8 -5
- data/lib/aruba/contracts/absolute_path.rb +3 -3
- data/lib/aruba/contracts/is_power_of_two.rb +2 -2
- data/lib/aruba/contracts/relative_path.rb +3 -3
- data/lib/aruba/cucumber/command.rb +93 -82
- data/lib/aruba/cucumber/file.rb +43 -23
- data/lib/aruba/cucumber/hooks.rb +4 -1
- data/lib/aruba/cucumber/testing_frameworks.rb +14 -12
- data/lib/aruba/event_bus.rb +4 -2
- data/lib/aruba/event_bus/name_resolver.rb +9 -8
- data/lib/aruba/events.rb +2 -1
- data/lib/aruba/hooks.rb +2 -4
- data/lib/aruba/in_config_wrapper.rb +8 -5
- data/lib/aruba/initializer.rb +9 -3
- data/lib/aruba/matchers/base/base_matcher.rb +2 -11
- data/lib/aruba/matchers/base/message_indenter.rb +1 -1
- data/lib/aruba/matchers/base/object_formatter.rb +0 -5
- data/lib/aruba/matchers/collection/include_an_object.rb +4 -4
- data/lib/aruba/matchers/command/be_successfully_executed.rb +3 -1
- data/lib/aruba/matchers/command/have_exit_status.rb +3 -1
- data/lib/aruba/matchers/command/have_finished_in_time.rb +3 -1
- data/lib/aruba/matchers/command/have_output.rb +3 -1
- data/lib/aruba/matchers/command/have_output_on_stderr.rb +3 -1
- data/lib/aruba/matchers/command/have_output_on_stdout.rb +3 -1
- data/lib/aruba/matchers/directory/have_sub_directory.rb +8 -3
- data/lib/aruba/matchers/file/have_file_size.rb +4 -2
- data/lib/aruba/matchers/path/have_permissions.rb +7 -4
- data/lib/aruba/platforms/announcer.rb +25 -11
- data/lib/aruba/platforms/aruba_file_creator.rb +3 -1
- data/lib/aruba/platforms/aruba_fixed_size_file_creator.rb +7 -2
- data/lib/aruba/platforms/aruba_logger.rb +10 -9
- data/lib/aruba/platforms/command_monitor.rb +4 -6
- data/lib/aruba/platforms/determine_disk_usage.rb +55 -20
- data/lib/aruba/platforms/filesystem_status.rb +19 -13
- data/lib/aruba/platforms/simple_table.rb +2 -2
- data/lib/aruba/platforms/unix_environment_variables.rb +9 -4
- data/lib/aruba/platforms/unix_platform.rb +10 -10
- data/lib/aruba/platforms/unix_which.rb +1 -1
- data/lib/aruba/platforms/windows_command_string.rb +1 -1
- data/lib/aruba/platforms/windows_environment_variables.rb +2 -1
- data/lib/aruba/platforms/windows_platform.rb +3 -3
- data/lib/aruba/platforms/windows_which.rb +6 -2
- data/lib/aruba/processes/basic_process.rb +4 -6
- data/lib/aruba/processes/debug_process.rb +4 -2
- data/lib/aruba/processes/in_process.rb +5 -3
- data/lib/aruba/processes/spawn_process.rb +27 -16
- data/lib/aruba/rspec.rb +25 -15
- data/lib/aruba/runtime.rb +11 -4
- data/lib/aruba/setup.rb +23 -10
- data/lib/aruba/tasks/docker_helpers.rb +3 -1
- data/lib/aruba/version.rb +1 -1
- metadata +96 -109
- data/.cucumberproignore +0 -3
- data/.document +0 -5
- data/.github/ISSUE_TEMPLATE.md +0 -48
- data/.github/PULL_REQUEST_TEMPLATE.md +0 -41
- data/.gitignore +0 -38
- data/.rspec +0 -3
- data/.rubocop.yml +0 -31
- data/.rubocop_todo.yml +0 -258
- data/.simplecov +0 -34
- data/.travis.yml +0 -73
- data/.yardopts +0 -11
- data/Dockerfile +0 -67
- data/Gemfile +0 -15
- data/Rakefile +0 -92
- data/TODO.md +0 -13
- data/appveyor.yml +0 -30
- data/aruba.gemspec +0 -46
- data/bin/console +0 -7
- data/bin/test +0 -9
- data/config/.gitignore +0 -1
- data/cucumber.yml +0 -6
- data/docker-compose.yml +0 -26
- data/fixtures/cli-app/.gitignore +0 -9
- data/fixtures/cli-app/.rspec +0 -2
- data/fixtures/cli-app/README.md +0 -39
- data/fixtures/cli-app/Rakefile +0 -1
- data/fixtures/cli-app/bin/aruba-test-cli +0 -6
- data/fixtures/cli-app/cli-app.gemspec +0 -25
- data/fixtures/cli-app/features/support/aruba.rb +0 -1
- data/fixtures/cli-app/features/support/env.rb +0 -1
- data/fixtures/cli-app/lib/cli/app.rb +0 -9
- data/fixtures/cli-app/lib/cli/app/suppress_simple_cov_output.rb +0 -15
- data/fixtures/cli-app/lib/cli/app/version.rb +0 -5
- data/fixtures/cli-app/script/console +0 -14
- data/fixtures/cli-app/spec/spec_helper.rb +0 -7
- data/fixtures/cli-app/spec/support/aruba.rb +0 -1
- data/fixtures/copy/file.txt +0 -1
- data/fixtures/empty-app/.gitignore +0 -9
- data/fixtures/empty-app/.rspec +0 -2
- data/fixtures/empty-app/README.md +0 -24
- data/fixtures/empty-app/Rakefile +0 -1
- data/fixtures/empty-app/cli-app.gemspec +0 -25
- data/fixtures/empty-app/lib/cli/app.rb +0 -7
- data/fixtures/empty-app/lib/cli/app/version.rb +0 -5
- data/fixtures/getting-started-app/.gitignore +0 -4
- data/fixtures/getting-started-app/Gemfile +0 -4
- data/fixtures/getting-started-app/README.md +0 -3
- data/fixtures/getting-started-app/features/support/env.rb +0 -1
- data/lib/aruba/extensions/string/strip.rb +0 -25
- data/lib/aruba/platforms/disk_usage_calculator.rb +0 -20
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26d3e68b36ad2938d35b9f147b8b776b3eb1e25b2e2a271f5346b8b423888964
|
|
4
|
+
data.tar.gz: 4a70c60f9ccb254e8c5edb7b9c91cc51274f11912c2c1554df61ed8d96cb3b5f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10d08cceb237bb14cd0c0559163326c3340eba5a7db7275d876f6836ec11323b37e734dff617f727c783b653cbdbf47c333952177b0cea4b2117ea4d8ba4d2a7
|
|
7
|
+
data.tar.gz: 9c71d0e7409899b56b36d53c2a4581ea7143093bacd6dd8fbacac60c211512e7bd4118ef69f7f4e8bca651010609079f05c90f746cdb9f2fdcba41ae9e684430
|
data/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,82 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
This project
|
|
5
|
+
This project adheres to [Semantic Versioning][1].
|
|
6
6
|
|
|
7
7
|
This document is formatted according to the principles of [Keep A CHANGELOG][2].
|
|
8
8
|
|
|
9
|
+
## [1.0.4] / 2021-01-04
|
|
10
|
+
|
|
11
|
+
* Update rubocop and fix new offenses (various pull requests)
|
|
12
|
+
* Turn off Cucumber publish warning in CI ([#737] by [olleolleolle])
|
|
13
|
+
* Move CI from Travis CI to GitHub Actions ([#738] by [mvz])
|
|
14
|
+
* Remove superfluous :each from before hooks in RSpec-related cucumber
|
|
15
|
+
scenarios ([#748] by [mvz])
|
|
16
|
+
* Make disabling Bundler more robust ([#750] by [mvz])
|
|
17
|
+
* Officially support Ruby 3.0 ([#763] by [mvz])
|
|
18
|
+
* Clean up hook methods in configuration ([#751] by [mvz])
|
|
19
|
+
* Speed up RSpec suite ([#767] by [mvz])
|
|
20
|
+
* Speed up Cucumber suite ([#766] and [#771] by [mvz])
|
|
21
|
+
* Remove obsolete `String#strip_heredoc` monkey-patch ([#769] by [mvz])
|
|
22
|
+
* Simplify configuration option specification ([#772] by [mvz])
|
|
23
|
+
|
|
24
|
+
## [1.0.3]
|
|
25
|
+
|
|
26
|
+
* Loosen Cucumber dependency to allow Cucumber 5.0 ([#727] by [mvz])
|
|
27
|
+
* Update rubocop and fix new offenses ([#719] and [#724] by [mvz])
|
|
28
|
+
* Rework gemspec to avoid dependency on git ([#721] by [utkarsh2102], [#725] by [mvz])
|
|
29
|
+
|
|
30
|
+
## [1.0.2]
|
|
31
|
+
|
|
32
|
+
* Loosen childprocess dependency
|
|
33
|
+
([00cb0789](https://github.com/cucumber/aruba/commit/00cb07897c9f99e59bea630ae164cf5aa78fa76c)
|
|
34
|
+
by [mvz]).
|
|
35
|
+
* Various small code cleanups ([#717] by [mvz])
|
|
36
|
+
|
|
37
|
+
## [1.0.1]
|
|
38
|
+
|
|
39
|
+
### Bug fixes
|
|
40
|
+
|
|
41
|
+
* Allow use of Aruba with Cucumber 4 ([#715] by [mvz])
|
|
42
|
+
|
|
43
|
+
### Code quality and documentation improvements
|
|
44
|
+
|
|
45
|
+
* Fix RuboCop offenses ([#693] and [#708] by [luke-hill], [#710], [#711] and
|
|
46
|
+
[#712] by [mvz])
|
|
47
|
+
* Use recent Rake version in fixtures ([#709] by [mvz])
|
|
48
|
+
* Repair YARD annotations ([#707] by [olleolleolle])
|
|
49
|
+
|
|
50
|
+
## [1.0.0]
|
|
51
|
+
|
|
52
|
+
### Breaking changes compared to Aruba 0.14.x
|
|
53
|
+
|
|
54
|
+
* Support for Ruby 2.3 and lower has been dropped
|
|
55
|
+
* Deprecated functionality has been removed
|
|
56
|
+
* The home directory is set to aruba's working directory by default
|
|
57
|
+
|
|
58
|
+
### Detailed changes compared to 1.0.0.pre.alpha.5
|
|
59
|
+
|
|
60
|
+
* Update simplecov ([#704] by [mvz])
|
|
61
|
+
* Several cuke improvements ([#703] by [mvz])
|
|
62
|
+
* Find relative commands from the current Aruba directory ([#702] by [mvz])
|
|
63
|
+
* Update development dependencies ([#701] by [mvz])
|
|
64
|
+
* Clean up linting and fix environment nesting ([#698] by [mvz])
|
|
65
|
+
* Update build configuration ([#696] by [mvz])
|
|
66
|
+
* Fix cd behavior with absolute paths and home directory ([#692] by [mvz])
|
|
67
|
+
* Improve `expand_path` warnings ([#687] by [deivid-rodriguez])
|
|
68
|
+
* Remove unneeded appveyor step ([#690] by [deivid-rodriguez])
|
|
69
|
+
* Fix travis.yml lint task ([#689] by [deivid-rodriguez])
|
|
70
|
+
* Fix cucumber deprecations ([#688] by [deivid-rodriguez])
|
|
71
|
+
* Update gemspec: Metadata and RDoc options ([#686] by [mvz])
|
|
72
|
+
* Update dependencies and fix RuboCop offenses ([#683] by [mvz])
|
|
73
|
+
* Init: Conditionally prefix the `gem aruba` line with a carriage return ([#570] by [xtrasimplicity])
|
|
74
|
+
* Update supported set of rubies([#679] by [mvz])
|
|
75
|
+
|
|
9
76
|
## [1.0.0.pre.alpha.5]
|
|
10
77
|
|
|
78
|
+
* Improve command failure message ([#675] by [deivid-rodriguez])
|
|
79
|
+
* Bump childprocess dependency ([#674] by [mvz])
|
|
80
|
+
* Suppress keyword argument warnings in Ruby 2.7 ([#672] by [koic])
|
|
11
81
|
* Refactor: Uncouple some of aruba's step definition code ([#666] by [luke-hill])
|
|
12
82
|
* Fix several JRuby build issues
|
|
13
83
|
([bb770e2e](https://github.com/cucumber/aruba/commit/bb770e2e82ec09807b07eed1f4a124612eeee3f4),
|
|
@@ -196,6 +266,15 @@ Note: These are changes w.r.t. Aruba version 0.14.1.
|
|
|
196
266
|
"""
|
|
197
267
|
And the stderr should not contain anything
|
|
198
268
|
|
|
269
|
+
## [0.14.14]
|
|
270
|
+
|
|
271
|
+
* Support Ruby 2.7 ([#677])
|
|
272
|
+
|
|
273
|
+
## [0.14.13]
|
|
274
|
+
|
|
275
|
+
* Loosen dependency on thor ([#676])
|
|
276
|
+
* Mark setting of `root_directory` as deprecated in documentation ([#571])
|
|
277
|
+
|
|
199
278
|
## [0.14.12]
|
|
200
279
|
|
|
201
280
|
* Loosen dependency on childprocess ([#673])
|
|
@@ -379,7 +458,7 @@ Note: These are changes w.r.t. Aruba version 0.14.1.
|
|
|
379
458
|
|
|
380
459
|
## [0.10.0]
|
|
381
460
|
|
|
382
|
-
* Fix
|
|
461
|
+
* Fix `"#exit_timeout" is deprecated` error ([#314])
|
|
383
462
|
|
|
384
463
|
## [0.10.0.pre2]
|
|
385
464
|
|
|
@@ -434,32 +513,32 @@ Note: These are changes w.r.t. Aruba version 0.14.1.
|
|
|
434
513
|
|
|
435
514
|
* Improve documentation for filesystem api and move it to feature tests
|
|
436
515
|
* Add logger to aruba. Its output can be captured by rspec.
|
|
437
|
-
* Fix incorrect deprecation message for check_file_presence ([#292])
|
|
516
|
+
* Fix incorrect deprecation message for `check_file_presence` ([#292])
|
|
438
517
|
* Fix for Gemfile excludes windows for many gems ([#282])
|
|
439
518
|
* Make feature tests compatible with ruby 1.9.2
|
|
440
519
|
* Gather disk usage for file(s) ([#294])
|
|
441
|
-
* Replace keep_ansi
|
|
520
|
+
* Replace `keep_ansi` config option by `remove_ansi_escape_sequences` option
|
|
442
521
|
* Split up `#unescape` into `#extract_text` and `#unescape_text`
|
|
443
522
|
* Use `UnixPlatform` and `WindowsPlatform` to make code for different platforms
|
|
444
523
|
maintainable
|
|
445
|
-
* Work around `ENV`-bug in
|
|
446
|
-
* Speed up test on
|
|
524
|
+
* Work around `ENV`-bug in JRuby by using `#dup` on `ENV.to_h` ([jruby/jruby#316])
|
|
525
|
+
* Speed up test on JRuby by using `--dev`-flag
|
|
447
526
|
* Work around problems when copying files with `cp` on MRI-ruby 1.9.2
|
|
448
|
-
* Add cmd.exe /c for SpawnProcess on Windows ([#302])
|
|
527
|
+
* Add `cmd.exe /c` for SpawnProcess on Windows ([#302])
|
|
449
528
|
* Split up `#which` for Windows and Unix/Linux ([#304])
|
|
450
|
-
* Add `aruba console
|
|
529
|
+
* Add `aruba console` command to play around with aruba ([#305])
|
|
451
530
|
|
|
452
531
|
|
|
453
532
|
## [0.8.1]
|
|
454
533
|
|
|
455
534
|
* Fix problem if working directory of aruba does not exist ([#286])
|
|
456
|
-
* Re-
|
|
535
|
+
* Re-add removed method `only_processes`
|
|
457
536
|
* Fixed problem with last exit status
|
|
458
537
|
* Added appveyor to run tests of aruba on Windows ([#287])
|
|
459
538
|
* Make the home directory configurable and use Around/around-hook to apply it
|
|
460
539
|
* Add announcer to output the full environment before a command is run
|
|
461
|
-
* Use prepend_environment_variable to modify PATH for rspec integration
|
|
462
|
-
* Add VERSION
|
|
540
|
+
* Use `prepend_environment_variable` to modify PATH for rspec integration
|
|
541
|
+
* Add `VERSION` constant to aruba and use it for code which should be activated on >= 1.0.0
|
|
463
542
|
|
|
464
543
|
## [0.8.0]
|
|
465
544
|
|
|
@@ -510,9 +589,9 @@ Note: These are changes w.r.t. Aruba version 0.14.1.
|
|
|
510
589
|
* Better isolation for environment variable manipulation - really helpful from 1.0.0 on
|
|
511
590
|
* Move configuration files like `jruby.rb` to `aruba/config/`-directory
|
|
512
591
|
* Change default exit timeout to 15 seconds to work around long running processes on travis
|
|
513
|
-
* Use of instance variables like
|
|
514
|
-
|
|
515
|
-
config.exit_timeout = 10` etc. for this.
|
|
592
|
+
* Use of instance variables like `@aruba_timeout_seconds` or
|
|
593
|
+
`@aruba_io_wait_seconds` are deprecated.
|
|
594
|
+
Use `Aruba.configure do |config| config.exit_timeout = 10` etc. for this.
|
|
516
595
|
|
|
517
596
|
## [0.7.4]
|
|
518
597
|
* Really Fixed post install message
|
|
@@ -526,7 +605,7 @@ Note: These are changes w.r.t. Aruba version 0.14.1.
|
|
|
526
605
|
|
|
527
606
|
## [0.7.1]
|
|
528
607
|
|
|
529
|
-
* Do not break if
|
|
608
|
+
* Do not break if `@interactive` is used
|
|
530
609
|
|
|
531
610
|
## [0.7.0]
|
|
532
611
|
|
|
@@ -602,12 +681,12 @@ Note: These are changes w.r.t. Aruba version 0.14.1.
|
|
|
602
681
|
|
|
603
682
|
## [0.4.9]
|
|
604
683
|
|
|
605
|
-
* Rename before_run hook to before_cmd ([mattwynne])
|
|
684
|
+
* Rename `before_run` hook to `before_cmd` ([mattwynne])
|
|
606
685
|
* Fix 1.8.7 compatibility ([#95], [davetron5000])
|
|
607
686
|
|
|
608
687
|
## [0.4.8]
|
|
609
688
|
|
|
610
|
-
* Add before_run hook ([mattwynne])
|
|
689
|
+
* Add `before_run` hook ([mattwynne])
|
|
611
690
|
* Add JRuby performance tweaks ([#93], [myronmarston], [mattwynne])
|
|
612
691
|
* Invalid/Corrupt spec file for 0.4.7 - undefined method call for nil:Nilclass ([#47], [aslakhellesoy])
|
|
613
692
|
|
|
@@ -620,7 +699,7 @@ Note: These are changes w.r.t. Aruba version 0.14.1.
|
|
|
620
699
|
## [0.4.6]
|
|
621
700
|
|
|
622
701
|
* Upgraded deps to latest gems. ([aslakhellesoy])
|
|
623
|
-
* Added Regexp support to Aruba::Api#assert_no_partial_output
|
|
702
|
+
* Added Regexp support to `Aruba::Api#assert_no_partial_output`. ([aslakhellesoy])
|
|
624
703
|
|
|
625
704
|
## [0.4.5]
|
|
626
705
|
|
|
@@ -654,17 +733,17 @@ Note: These are changes w.r.t. Aruba version 0.14.1.
|
|
|
654
733
|
|
|
655
734
|
## [0.3.7]
|
|
656
735
|
|
|
657
|
-
* Make Aruba::Api#get_process return the last executed process with passed cmd
|
|
736
|
+
* Make `Aruba::Api#get_process` return the last executed process with passed cmd
|
|
658
737
|
([greyblake])
|
|
659
738
|
* Replace announce with puts to comply with cucumber 0.10.6 ([aslakhellesoy])
|
|
660
739
|
* Fix childprocess STDIN to be synchronous ([#40], [#71], [lithium3141])
|
|
661
740
|
|
|
662
741
|
## [0.3.6]
|
|
663
742
|
|
|
664
|
-
* Changed default value of
|
|
743
|
+
* Changed default value of `@aruba_timeout_seconds` from 1 to 3. ([aslakhellesoy])
|
|
665
744
|
* Separate hooks and steps to make it easier to build your own steps on top of
|
|
666
745
|
Aruba's API ([msassak])
|
|
667
|
-
*
|
|
746
|
+
* `@no-clobber` to prevent cleanup before each scenario ([msassak])
|
|
668
747
|
|
|
669
748
|
## [0.3.5]
|
|
670
749
|
|
|
@@ -694,19 +773,19 @@ Note: These are changes w.r.t. Aruba version 0.14.1.
|
|
|
694
773
|
## [0.3.0]
|
|
695
774
|
|
|
696
775
|
* Remove latency introduced in the 0.2.8 release ([#42], [msassak])
|
|
697
|
-
* New stepdef Then /^the stdout should contain:$/ do |partial_output
|
|
776
|
+
* New stepdef `Then /^the stdout should contain:$/ do |partial_output|` ([aslakhellesoy])
|
|
698
777
|
* Quotes (") and newline (\n) in step arguments no longer need to be backslash-escaped. ([aslakhellesoy])
|
|
699
778
|
|
|
700
779
|
## [0.2.8]
|
|
701
780
|
|
|
702
|
-
* Replaced background_process with childprocess
|
|
781
|
+
* Replaced `background_process` with `childprocess`, a cross-platform process control
|
|
703
782
|
library. This will allow Aruba to run on Windows and JRuby in addition to \*nix
|
|
704
783
|
MRI. ([#16], [#27], [#31], [msassak], [jarib], [mattwynne], [aknuds1])
|
|
705
784
|
|
|
706
785
|
## [0.2.7]
|
|
707
786
|
|
|
708
787
|
* Upgrade to Cucumber 0.10.0. ([aslakhellesoy])
|
|
709
|
-
* require 'aruba' does nothing - you have to require 'aruba/cucumber' now. This
|
|
788
|
+
* `require 'aruba'` does nothing - you have to `require 'aruba/cucumber'` now. This
|
|
710
789
|
is to prevent bundler from loading it when we don't want to. ([aslakhellesoy])
|
|
711
790
|
* Outputting a lot of data causes process to time out ([#30], [msassak])
|
|
712
791
|
|
|
@@ -836,6 +915,8 @@ Note: These are changes w.r.t. Aruba version 0.14.1.
|
|
|
836
915
|
<!-- Contributors -->
|
|
837
916
|
|
|
838
917
|
[AdrieanKhisbe]: https://github.com/AdrieanKhisbe
|
|
918
|
+
[Heinrich]: https://github.com/Heinrich
|
|
919
|
+
[JonRowe]: https://github.com/JonRowe
|
|
839
920
|
[LTe]: https://github.com/LTe
|
|
840
921
|
[aeden]: https://github.com/aeden
|
|
841
922
|
[aknuds1]: https://github.com/aknuds1
|
|
@@ -846,19 +927,18 @@ Note: These are changes w.r.t. Aruba version 0.14.1.
|
|
|
846
927
|
[cllns]: https://github.com/cllns
|
|
847
928
|
[davetron5000]: https://github.com/davetron5000
|
|
848
929
|
[dchelimsky]: https://github.com/dchelimsky
|
|
930
|
+
[deivid-rodriguez]: https://github.com/deivid-rodriguez
|
|
849
931
|
[doudou]: https://github.com/doudou
|
|
850
932
|
[e2]: https://github.com/e2
|
|
851
933
|
[greyblake]: https://github.com/greyblake
|
|
852
934
|
[grosser]: https://github.com/grosser
|
|
853
935
|
[hectcastro]: https://github.com/hectcastro
|
|
854
|
-
[Heinrich]: https://github.com/Heinrich
|
|
855
936
|
[jarib]: https://github.com/jarib
|
|
856
937
|
[jarl-dk]: https://github.com/jarl-dk
|
|
857
938
|
[jaysonesmith]: https://github.com/jaysonesmith
|
|
858
|
-
[JonRowe]: https://github.com/JonRowe
|
|
859
939
|
[junaruga]: https://github.com/junaruga
|
|
940
|
+
[koic]: https://github.com/koic
|
|
860
941
|
[lithium3141]: https://github.com/lithium3141
|
|
861
|
-
[LTe]: https://github.com/LTe
|
|
862
942
|
[luke-hill]: https://github.com/luke-hill
|
|
863
943
|
[mattwynne]: https://github.com/mattwynne
|
|
864
944
|
[maxmeyer]: https://github.com/maxmeyer
|
|
@@ -877,13 +957,47 @@ Note: These are changes w.r.t. Aruba version 0.14.1.
|
|
|
877
957
|
[scottj97]: https://github.com/scottj97
|
|
878
958
|
[stamhankar999]: https://github.com/stamhankar999
|
|
879
959
|
[taylor]: https://github.com/taylor
|
|
960
|
+
[utkarsh2102]: https://github.com/utkarsh2102
|
|
880
961
|
[tdreyno]: https://github.com/tdreyno
|
|
881
962
|
[xtrasimplicity]: https://github.com/xtrasimplicity
|
|
882
963
|
[y-higuchi]: https://github.com/y-higuchi
|
|
883
964
|
|
|
884
965
|
<!-- issues & pull requests -->
|
|
885
966
|
|
|
967
|
+
[#727]: https://github.com/cucumber/aruba/pull/727
|
|
968
|
+
[#725]: https://github.com/cucumber/aruba/pull/725
|
|
969
|
+
[#724]: https://github.com/cucumber/aruba/pull/724
|
|
970
|
+
[#721]: https://github.com/cucumber/aruba/pull/721
|
|
971
|
+
[#719]: https://github.com/cucumber/aruba/pull/719
|
|
972
|
+
[#717]: https://github.com/cucumber/aruba/pull/717
|
|
973
|
+
[#715]: https://github.com/cucumber/aruba/pull/715
|
|
974
|
+
[#712]: https://github.com/cucumber/aruba/pull/712
|
|
975
|
+
[#711]: https://github.com/cucumber/aruba/pull/711
|
|
976
|
+
[#710]: https://github.com/cucumber/aruba/pull/710
|
|
977
|
+
[#709]: https://github.com/cucumber/aruba/pull/709
|
|
978
|
+
[#708]: https://github.com/cucumber/aruba/pull/708
|
|
979
|
+
[#707]: https://github.com/cucumber/aruba/pull/707
|
|
980
|
+
[#704]: https://github.com/cucumber/aruba/pull/704
|
|
981
|
+
[#703]: https://github.com/cucumber/aruba/pull/703
|
|
982
|
+
[#702]: https://github.com/cucumber/aruba/pull/702
|
|
983
|
+
[#701]: https://github.com/cucumber/aruba/pull/701
|
|
984
|
+
[#698]: https://github.com/cucumber/aruba/pull/698
|
|
985
|
+
[#696]: https://github.com/cucumber/aruba/pull/696
|
|
986
|
+
[#693]: https://github.com/cucumber/aruba/pull/693
|
|
987
|
+
[#692]: https://github.com/cucumber/aruba/pull/692
|
|
988
|
+
[#690]: https://github.com/cucumber/aruba/pull/690
|
|
989
|
+
[#689]: https://github.com/cucumber/aruba/pull/689
|
|
990
|
+
[#688]: https://github.com/cucumber/aruba/pull/688
|
|
991
|
+
[#687]: https://github.com/cucumber/aruba/pull/687
|
|
992
|
+
[#686]: https://github.com/cucumber/aruba/pull/686
|
|
993
|
+
[#683]: https://github.com/cucumber/aruba/pull/683
|
|
994
|
+
[#679]: https://github.com/cucumber/aruba/pull/679
|
|
995
|
+
[#677]: https://github.com/cucumber/aruba/pull/677
|
|
996
|
+
[#676]: https://github.com/cucumber/aruba/pull/676
|
|
997
|
+
[#675]: https://github.com/cucumber/aruba/pull/675
|
|
998
|
+
[#674]: https://github.com/cucumber/aruba/pull/674
|
|
886
999
|
[#673]: https://github.com/cucumber/aruba/pull/673
|
|
1000
|
+
[#672]: https://github.com/cucumber/aruba/pull/672
|
|
887
1001
|
[#671]: https://github.com/cucumber/aruba/pull/671
|
|
888
1002
|
[#669]: https://github.com/cucumber/aruba/pull/669
|
|
889
1003
|
[#668]: https://github.com/cucumber/aruba/pull/668
|
|
@@ -947,6 +1061,8 @@ Note: These are changes w.r.t. Aruba version 0.14.1.
|
|
|
947
1061
|
[#578]: https://github.com/cucumber/aruba/pull/578
|
|
948
1062
|
[#575]: https://github.com/cucumber/aruba/pull/575
|
|
949
1063
|
[#572]: https://github.com/cucumber/aruba/pull/572
|
|
1064
|
+
[#571]: https://github.com/cucumber/aruba/pull/571
|
|
1065
|
+
[#570]: https://github.com/cucumber/aruba/pull/570
|
|
950
1066
|
[#562]: https://github.com/cucumber/aruba/pull/562
|
|
951
1067
|
[#561]: https://github.com/cucumber/aruba/pull/561
|
|
952
1068
|
[#560]: https://github.com/cucumber/aruba/pull/560
|
|
@@ -1126,12 +1242,21 @@ Note: These are changes w.r.t. Aruba version 0.14.1.
|
|
|
1126
1242
|
|
|
1127
1243
|
<!-- Releases -->
|
|
1128
1244
|
|
|
1129
|
-
[Unreleased]: https://github.com/cucumber/aruba/compare/v1.0.
|
|
1245
|
+
[Unreleased]: https://github.com/cucumber/aruba/compare/v1.0.3...master
|
|
1246
|
+
[1.0.3]: https://github.com/cucumber/aruba/compare/v1.0.2...v1.0.3
|
|
1247
|
+
[1.0.2]: https://github.com/cucumber/aruba/compare/v1.0.1...v1.0.2
|
|
1248
|
+
[1.0.1]: https://github.com/cucumber/aruba/compare/v1.0.0...v1.0.1
|
|
1249
|
+
[1.0.0]: https://github.com/cucumber/aruba/compare/v1.0.0.pre.alpha.5...v1.0.0
|
|
1130
1250
|
[1.0.0.pre.alpha.5]: https://github.com/cucumber/aruba/compare/v1.0.0.pre.alpha.4...v1.0.0.pre.alpha.5
|
|
1131
1251
|
[1.0.0.pre.alpha.4]: https://github.com/cucumber/aruba/compare/v1.0.0.pre.alpha.3...v1.0.0.pre.alpha.4
|
|
1132
1252
|
[1.0.0.pre.alpha.3]: https://github.com/cucumber/aruba/compare/v1.0.0.pre.alpha.2...v1.0.0.pre.alpha.3
|
|
1133
1253
|
[1.0.0.pre.alpha.2]: https://github.com/cucumber/aruba/compare/v1.0.0.pre.alpha.1...v1.0.0.pre.alpha.2
|
|
1134
1254
|
[1.0.0.pre.alpha.1]: https://github.com/cucumber/aruba/compare/v0.14.1...v1.0.0.pre.alpha.1
|
|
1255
|
+
[0.14.14]: https://github.com/cucumber/aruba/compare/v0.14.13...v0.14.14
|
|
1256
|
+
[0.14.13]: https://github.com/cucumber/aruba/compare/v0.14.12...v0.14.13
|
|
1257
|
+
[0.14.12]: https://github.com/cucumber/aruba/compare/v0.14.11...v0.14.12
|
|
1258
|
+
[0.14.11]: https://github.com/cucumber/aruba/compare/v0.14.10...v0.14.11
|
|
1259
|
+
[0.14.10]: https://github.com/cucumber/aruba/compare/v0.14.9...v0.14.10
|
|
1135
1260
|
[0.14.9]: https://github.com/cucumber/aruba/compare/v0.14.8...v0.14.9
|
|
1136
1261
|
[0.14.8]: https://github.com/cucumber/aruba/compare/v0.14.7...v0.14.8
|
|
1137
1262
|
[0.14.7]: https://github.com/cucumber/aruba/compare/v0.14.6...v0.14.7
|
data/CONTRIBUTING.md
CHANGED
|
@@ -186,7 +186,6 @@ Aruba's Rakefile provides the following linting tasks
|
|
|
186
186
|
bundle exec rake lint # Run all linters
|
|
187
187
|
bundle exec rake lint:coding_guidelines # Lint our code with "rubocop"
|
|
188
188
|
bundle exec rake lint:licenses # Check for relevant licenses in project
|
|
189
|
-
bundle exec rake lint:travis # Lint our .travis.yml
|
|
190
189
|
```
|
|
191
190
|
|
|
192
191
|
### Building and installing your local Aruba version
|
|
@@ -211,8 +210,6 @@ bundle exec rake install:local
|
|
|
211
210
|
entries for all fixes.
|
|
212
211
|
* No need to add a [`CHANGELOG.md`] header at this point - this should be done
|
|
213
212
|
later, when a new change is made.
|
|
214
|
-
* If a major version is released, update the `still` branch, which points to
|
|
215
|
-
the "old" major version.
|
|
216
213
|
|
|
217
214
|
Now release it:
|
|
218
215
|
|
|
@@ -226,12 +223,6 @@ bin/test
|
|
|
226
223
|
# Release gem
|
|
227
224
|
git commit -m "Version bump"
|
|
228
225
|
bundle exec rake release
|
|
229
|
-
|
|
230
|
-
# If it's a major relase:
|
|
231
|
-
# Merge changes back to have correct documentation
|
|
232
|
-
git checkout still
|
|
233
|
-
git merge master
|
|
234
|
-
git push
|
|
235
226
|
```
|
|
236
227
|
|
|
237
228
|
Now send a PR to [cucumber/website] adding an article
|
data/LICENSE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c) 2010-
|
|
1
|
+
Copyright (c) 2010-2020 Aslak Hellesøy, David Chelimsky, Mike Sassak, Jarl Friis, Matt Wynne, Dennis Günnewig and Matijs van Zuijlen
|
|
2
2
|
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
4
4
|
a copy of this software and associated documentation files (the
|
data/README.md
CHANGED
|
@@ -1,66 +1,70 @@
|
|
|
1
|
-
[](https://raw.githubusercontent.com/cucumber/aruba/master/LICENSE)
|
|
2
2
|
[](https://app.cucumber.pro/projects/aruba)
|
|
3
3
|
[](http://badge.fury.io/rb/aruba)
|
|
4
4
|
[](https://codeclimate.com/github/cucumber/aruba)
|
|
5
5
|
[](https://cucumber.io/support)
|
|
6
6
|
|
|
7
|
-
[ version of our README.md (Branch: "[master](https://github.com/cucumber/aruba/tree/master)"). There is also [the README of the latest released version of "aruba"](https://github.com/cucumber/aruba/blob/still/README.md) (Branch: "[still](https://github.com/cucumber/aruba/tree/still)").**
|
|
7
|
+
[](https://travis-ci.org/cucumber/aruba)
|
|
8
|
+
[](https://ci.appveyor.com/project/cucumberbdd/aruba)
|
|
11
9
|
|
|
12
10
|
## Install
|
|
13
11
|
|
|
14
12
|
Add this line to your application's `Gemfile`:
|
|
15
13
|
|
|
16
|
-
|
|
14
|
+
```ruby
|
|
17
15
|
gem 'aruba'
|
|
18
|
-
|
|
16
|
+
```
|
|
19
17
|
|
|
20
18
|
And then execute:
|
|
21
19
|
|
|
22
|
-
|
|
20
|
+
```bash
|
|
23
21
|
bundle
|
|
24
|
-
|
|
22
|
+
```
|
|
25
23
|
|
|
26
24
|
Or install it yourself as:
|
|
27
25
|
|
|
28
|
-
|
|
26
|
+
```bash
|
|
29
27
|
gem install aruba
|
|
30
|
-
|
|
28
|
+
```
|
|
31
29
|
|
|
32
30
|
## Usage
|
|
33
31
|
|
|
34
|
-
### As a user getting started with
|
|
32
|
+
### As a user getting started with Aruba
|
|
35
33
|
|
|
36
|
-
Our most current documentation to get started with
|
|
34
|
+
Our most current documentation to get started with Aruba as a user can be
|
|
35
|
+
found on [Cucumber Jam](https://app.cucumber.pro/projects/aruba).
|
|
36
|
+
It is generated from our feature files describing the use of Aruba.
|
|
37
37
|
|
|
38
38
|
### As a user getting started with a ruby testing framework
|
|
39
39
|
|
|
40
40
|
* **Cucumber**:
|
|
41
41
|
|
|
42
|
-
If you're new to the
|
|
42
|
+
If you're new to the Cucumber ecosystem, it's worth to visit
|
|
43
43
|
[the project's documentation site](https://cucumber.io/docs). This also includes
|
|
44
|
-
information about how to write feature files in
|
|
44
|
+
information about how to write feature files in Gherkin.
|
|
45
45
|
|
|
46
46
|
* **RSpec**:
|
|
47
47
|
|
|
48
|
-
If you want to use
|
|
48
|
+
If you want to use Aruba with RSpec and you need some information about how to use RSpec, please visit [their website](http://rspec.info/documentation/).
|
|
49
49
|
|
|
50
50
|
* **minitest**:
|
|
51
51
|
|
|
52
|
-
The documentation for
|
|
52
|
+
The documentation for minitest can be found [here](http://docs.seattlerb.org/minitest/).
|
|
53
53
|
|
|
54
|
-
### As a developer getting started with
|
|
54
|
+
### As a developer getting started with Aruba
|
|
55
55
|
|
|
56
56
|
A full documentation of the API for developers can be found on
|
|
57
|
-
[RubyDoc](http://www.rubydoc.info/
|
|
57
|
+
[RubyDoc](http://www.rubydoc.info/gems/aruba).
|
|
58
58
|
|
|
59
59
|
## Support
|
|
60
60
|
|
|
61
61
|
### Channels
|
|
62
62
|
|
|
63
|
-
For support, please have a look at the [
|
|
63
|
+
For support, please have a look at the [support website](https://cucumber.io/support)
|
|
64
|
+
of Cucumber. You have different options to reach out for help: Recommended for
|
|
65
|
+
Aruba are using the Slack channels — e.g. `committers-aruba` or `help-cucumber-ruby`
|
|
66
|
+
— ([register account](https://cucumberbdd-slack-invite.herokuapp.com/)), and the
|
|
67
|
+
[Issues page on GitHub](https://github.com/cucumber/aruba/issues).
|
|
64
68
|
|
|
65
69
|
### Maintainers
|
|
66
70
|
|
|
@@ -74,7 +78,13 @@ We try to comply with [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.
|
|
|
74
78
|
|
|
75
79
|
## Supported Ruby versions
|
|
76
80
|
|
|
77
|
-
|
|
81
|
+
Aruba is supported on Ruby 2.4 and up, and tested against CRuby 2.4, 2.5, 2.6
|
|
82
|
+
and 2.7, and JRuby 9.2.
|
|
83
|
+
|
|
84
|
+
## Supported operating systems
|
|
85
|
+
|
|
86
|
+
Aruba is fully tested in CI on Linux and MacOS. On Windows, only RSpec tests
|
|
87
|
+
are run, so YMMV. Full Windows support is a work in progress.
|
|
78
88
|
|
|
79
89
|
## Contributing
|
|
80
90
|
|
|
@@ -82,14 +92,11 @@ Please see the [CONTRIBUTING](CONTRIBUTING.md) file.
|
|
|
82
92
|
|
|
83
93
|
## Code branches
|
|
84
94
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
95
|
+
Development takes place in the `master` branch and currently targets the 1.x
|
|
96
|
+
releases. If necessary, maintenance of the old 0.14.x releases takes place in
|
|
97
|
+
the `0-14-stable` branch. Stable branches will not be created until absolutely
|
|
98
|
+
necessary.
|
|
89
99
|
|
|
90
|
-
##
|
|
100
|
+
## License
|
|
91
101
|
|
|
92
|
-
|
|
93
|
-
| ------ | ------ | ------ |
|
|
94
|
-
| master | [](https://travis-ci.org/cucumber/aruba) | [](https://ci.appveyor.com/project/cucumberbdd/aruba/branch/master)|
|
|
95
|
-
| still | [](https://travis-ci.org/cucumber/aruba) | [](https://ci.appveyor.com/project/cucumberbdd/aruba/branch/still)
|
|
102
|
+
See the file [LICENSE](LICENSE).
|