Skip to content

Commit f3f4480

Browse files
Setup Generator: Remove call to test:prepare (#1166)
Follow-up to #1157 After merging #1156, this command no longer works, since it's assumed the app was generated with the `--skip-test` flag.
1 parent 0da07ad commit f3f4480

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/generators/templates/setup/bin_setup.rb

-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ def using_node?
3131
system! "bin/rails assets:clobber assets:precompile"
3232
end
3333

34-
# https://github.com/rails/rails/pull/47719/files
35-
puts "\n== Setup test environment =="
36-
system! "bin/rails test:prepare"
37-
3834
puts "\n== Removing old logs and tempfiles =="
3935
system! "bin/rails log:clear tmp:clear"
4036

0 commit comments

Comments
 (0)