diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba081c8c0..d4a74f7bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -# This file was generated on 2021-01-02T11:51:41+00:00 from the rspec-dev repo. +# This file was generated on 2021-01-02T12:38:45+00:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. name: RSpec CI @@ -85,7 +85,7 @@ jobs: - uses: actions/checkout@v2 - run: script/legacy_setup.sh - run: bundle exec bin/rspec - - run: bundle exec bin/cucumber + - run: bundle exec script/cucumber.sh windows: name: Ruby ${{ matrix.ruby }} (Windows) diff --git a/.rubocop_rspec_base.yml b/.rubocop_rspec_base.yml index 0573e64b1..5ec3babc9 100644 --- a/.rubocop_rspec_base.yml +++ b/.rubocop_rspec_base.yml @@ -1,4 +1,4 @@ -# This file was generated on 2021-01-02T11:51:41+00:00 from the rspec-dev repo. +# This file was generated on 2021-01-02T12:38:45+00:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. # This file contains defaults for RSpec projects. Individual projects diff --git a/.travis.yml b/.travis.yml index d6be0ec07..8d8f3c904 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# This file was generated on 2021-01-02T11:51:41+00:00 from the rspec-dev repo. +# This file was generated on 2021-01-02T12:38:45+00:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. # In order to install old Rubies, we need to use old Ubuntu distibution. diff --git a/script/ci_functions.sh b/script/ci_functions.sh index 3405a6531..9f8a4b566 100644 --- a/script/ci_functions.sh +++ b/script/ci_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2021-01-02T11:51:41+00:00 from the rspec-dev repo. +# This file was generated on 2021-01-02T12:38:45+00:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. # Taken from: diff --git a/script/clone_all_rspec_repos b/script/clone_all_rspec_repos index 3d5430162..5ad7d1f21 100755 --- a/script/clone_all_rspec_repos +++ b/script/clone_all_rspec_repos @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2021-01-02T11:51:41+00:00 from the rspec-dev repo. +# This file was generated on 2021-01-02T12:38:45+00:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e diff --git a/script/cucumber.sh b/script/cucumber.sh new file mode 100755 index 000000000..3dfa328dc --- /dev/null +++ b/script/cucumber.sh @@ -0,0 +1,8 @@ +#!/bin/bash +# This file was generated on 2021-01-02T12:38:45+00:00 from the rspec-dev repo. +# DO NOT modify it by hand as your changes will get lost the next time it is generated. + +set -e +source script/functions.sh + +run_cukes diff --git a/script/functions.sh b/script/functions.sh index 17e0b8f93..cebcc1dac 100644 --- a/script/functions.sh +++ b/script/functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2021-01-02T11:51:41+00:00 from the rspec-dev repo. +# This file was generated on 2021-01-02T12:38:45+00:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" diff --git a/script/legacy_setup.sh b/script/legacy_setup.sh index cbb1e798c..fead90b3c 100755 --- a/script/legacy_setup.sh +++ b/script/legacy_setup.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2021-01-02T11:51:41+00:00 from the rspec-dev repo. +# This file was generated on 2021-01-02T12:38:45+00:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e diff --git a/script/predicate_functions.sh b/script/predicate_functions.sh index 1bbc306a3..04e3b3d99 100644 --- a/script/predicate_functions.sh +++ b/script/predicate_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2021-01-02T11:51:41+00:00 from the rspec-dev repo. +# This file was generated on 2021-01-02T12:38:45+00:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. function is_mri { diff --git a/script/run_build b/script/run_build index 675770d87..4cf10c755 100755 --- a/script/run_build +++ b/script/run_build @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2021-01-02T11:51:41+00:00 from the rspec-dev repo. +# This file was generated on 2021-01-02T12:38:45+00:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e diff --git a/script/update_rubygems_and_install_bundler b/script/update_rubygems_and_install_bundler index 526b55331..d1215d551 100755 --- a/script/update_rubygems_and_install_bundler +++ b/script/update_rubygems_and_install_bundler @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2021-01-02T11:51:41+00:00 from the rspec-dev repo. +# This file was generated on 2021-01-02T12:38:45+00:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e