rspec-sorbet
rspec-sorbet copied to clipboard
Unable to resolve constant Sorbet
$ 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 install
ed, and spec_helper.rb
has the following combination after installing the gem
require 'rspec/sorbet'
RSpec::Sorbet.allow_doubles!