ruby / rbs

Type Signature for Ruby
Other
1.94k stars 211 forks source link

best practices for instance_double in rbs? #2026

Closed aaronmallen closed 1 week ago

aaronmallen commented 1 week ago

What is the best practice to handle RSpec's instance_double with rbs?

aaronmallen commented 1 week ago

closing as I found ENV['RBS_TEST_DOUBLE_SUITE'] = 'rspec' addresses this issue