Closed glaucocustodio closed 7 months ago
Hey guys, I just came across this issue https://github.com/rspec/rspec-rails/issues/2623 (rspec aborted my rails g scaffold because I have --require rails_helper in .rspec) 😕
rails g scaffold
--require rails_helper
.rspec
As suggested by https://github.com/rspec/rspec-rails/issues/2623#issuecomment-1278603823, I am documenting the case and adding a possible workaround.
Please let me know your thoughts. Thank you.
Released in 7.0.0
Hey guys, I just came across this issue https://github.com/rspec/rspec-rails/issues/2623 (rspec aborted my
rails g scaffold
because I have--require rails_helper
in.rspec
) 😕As suggested by https://github.com/rspec/rspec-rails/issues/2623#issuecomment-1278603823, I am documenting the case and adding a possible workaround.
Please let me know your thoughts. Thank you.