Closed samuelgiles closed 1 year ago
This PR moves RSpec::Sorbet::Doubles to typed: strict from false and brings in some basic signatures.
RSpec::Sorbet::Doubles
typed: strict
false
Unfortunately signature cannot be typed as T::Private::Methods::Signature as it's rewritten as Sorbet::Private::Static::StubModule.
signature
T::Private::Methods::Signature
Sorbet::Private::Static::StubModule
This PR moves
RSpec::Sorbet::Doubles
totyped: strict
fromfalse
and brings in some basic signatures.Unfortunately
signature
cannot be typed asT::Private::Methods::Signature
as it's rewritten asSorbet::Private::Static::StubModule
.