After running srb init and srb tc passing in a new Rails project, I installed RSpec and srb tc now has many complaints including:
spec/spec_helper.rb:16: Unable to resolve constant RSpec https://srb.help/5002
16 |RSpec.configure do |config|
How can I resolve this error?