File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 32
32
- name : Run tests
33
33
run : bin/test
34
34
35
- user-journey :
35
+ user-install :
36
36
strategy :
37
37
fail-fast : false
38
38
matrix :
44
44
with :
45
45
ruby-version : " 3.4"
46
46
bundler : latest
47
- - run : test/integration/user_journey_test .sh
47
+ - run : test/integration/user_install_test .sh
48
48
shell : bash
Original file line number Diff line number Diff line change 34
34
- name : Run tests
35
35
run : bin/test
36
36
37
- user-journey :
38
- name : " user-journey (rails ${{ matrix.ref }})"
37
+ user-install :
38
+ name : " user-install (rails ${{ matrix.ref }})"
39
39
runs-on : ${{matrix.plat}}-latest
40
40
strategy :
41
41
fail-fast : false
50
50
with :
51
51
ruby-version : " 3.3"
52
52
bundler : latest
53
- - run : test/integration/user_journey_test .sh
53
+ - run : test/integration/user_install_test .sh
54
54
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.
9
9
10
10
The unit tests are run with ` bundle exec rake test `
11
11
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.
13
13
14
14
15
15
### Testing in a Rails app
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ pushd "My Workspace"
18
18
19
19
# create a rails app
20
20
bundle 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
23
23
24
24
# make sure to use the same version of rails (e.g., install from git source if necessary)
25
25
bundle remove rails --skip-install
You can’t perform that action at this time.
0 commit comments