sorbet/rbi/gems/webmock.rbi in setsuzoku-0.11.9 vs sorbet/rbi/gems/webmock.rbi in setsuzoku-0.12.54

- old
+ new

@@ -5,11 +5,11 @@ # # If you would like to make changes to this file, great! Please create the gem's shim here: # # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/webmock/all/webmock.rbi # -# webmock-3.8.3 +# webmock-3.8.0 module WebMock def after_request(*args, &block); end def allow_net_connect!(*args, &block); end def disable_net_connect!(*args, &block); end @@ -519,13 +519,9 @@ def negative_failure_message; end def once; end def times(times); end def twice; end def with(options = nil, &block); end -end -class RSpec::ExampleGroups::SetsuzokuPluginMobilePlugin < RSpec::Core::ExampleGroup - include WebMock::API - include WebMock::Matchers end class RSpec::ExampleGroups::Setsuzoku < RSpec::Core::ExampleGroup include WebMock::API include WebMock::Matchers end