Skip to content

Commit b17a108

Browse files
committed
Skip spring on app test
spring 4.3.0 on old version of Rails (e.g. 6.x) causes `initialize': Rails::Application is abstract, you cannot instantiate it directly. (RuntimeError)
1 parent 4a14ee9 commit b17a108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set -o pipefail
2121

2222
export MAKEFLAGS=-j$(nproc)
2323

24-
rails new todo --skip-bundle
24+
rails new todo --skip-bundle --skip-spring
2525
cd todo
2626

2727
export PATH=$PWD/bin:$PATH

0 commit comments

Comments
 (0)