samuelgiles / rspec-sorbet

A small gem consisting of helpers for using Sorbet & RSpec together.
MIT License
39 stars 9 forks source link

Unable to resolve constant Sorbet #29

Open rex-remind101 opened 8 months ago

rex-remind101 commented 8 months ago
$ 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!
rjnienaber commented 7 months ago

Running this solved it for me:

$ bin/tapioca gem rspec-sorbet