From 1f241f631d6dcb70340b6b5455b40a1eb55db17b Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Wed, 4 May 2022 22:36:26 -0400 Subject: [PATCH] No spring binstubs? --- features/reloading.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/reloading.feature b/features/reloading.feature index ee12ea2..157e9ae 100644 --- a/features/reloading.feature +++ b/features/reloading.feature @@ -53,7 +53,7 @@ Feature: automatically reloading factory_bot definitions puts Spring.project_root_path.join("config/application.rb").exist? """ And I run `bin/rails runner spring_stuff.rb` with Spring enabled - And I run `bin/spring binstub --all` with a clean environment + # And I run `bin/spring binstub --all` with a clean environment And I run `bin/spring server` with Spring enabled And I run `bin/rails test` with Spring enabled # And I append to "app/models/user.rb" with: