rspec-sorbet icon indicating copy to clipboard operation
rspec-sorbet copied to clipboard

Unable to resolve constant Sorbet

Open rex-remind101 opened this issue 1 year ago • 1 comments

$ srb
spec/spec_helper.rb:385: Unable to resolve constant Sorbet https://srb.help/5002
     385 |RSpec::Sorbet.allow_doubles!

I followed the directions in the readme. I added the gem 'rspec-sorbet' to the Gemfile, bundle installed, and spec_helper.rb has the following combination after installing the gem

require 'rspec/sorbet'
RSpec::Sorbet.allow_doubles!

rex-remind101 avatar Feb 09 '24 21:02 rex-remind101