File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3232 - name : Run tests
3333 run : bin/test
3434
35- user-journey :
35+ user-install :
3636 strategy :
3737 fail-fast : false
3838 matrix :
4444 with :
4545 ruby-version : " 3.4"
4646 bundler : latest
47- - run : test/integration/user_journey_test .sh
47+ - run : test/integration/user_install_test .sh
4848 shell : bash
Original file line number Diff line number Diff line change 3434 - name : Run tests
3535 run : bin/test
3636
37- user-journey :
38- name : " user-journey (rails ${{ matrix.ref }})"
37+ user-install :
38+ name : " user-install (rails ${{ matrix.ref }})"
3939 runs-on : ${{matrix.plat}}-latest
4040 strategy :
4141 fail-fast : false
5050 with :
5151 ruby-version : " 3.3"
5252 bundler : latest
53- - run : test/integration/user_journey_test .sh
53+ - run : test/integration/user_install_test .sh
5454 shell : bash
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This doc is a brief introduction on modifying and maintaining this gem.
99
1010The unit tests are run with ` bundle exec rake test `
1111
12- There is an additional integration test which runs in CI, ` test/integration/user_journey_test .sh ` which you may also want to run.
12+ There is an additional integration test which runs in CI, ` test/integration/user_install_test .sh ` which you may also want to run.
1313
1414
1515### Testing in a Rails app
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ pushd "My Workspace"
1818
1919# create a rails app
2020bundle exec rails -v
21- bundle exec rails new test-app --skip-bundle
22- pushd test-app
21+ bundle exec rails new test-install --skip-bundle
22+ pushd test-install
2323
2424# make sure to use the same version of rails (e.g., install from git source if necessary)
2525bundle remove rails --skip-install
You can’t perform that action at this time.
0 commit comments