lib/convenient_service/rspec/helpers/custom.rb in convenient_service-0.11.0 vs lib/convenient_service/rspec/helpers/custom.rb in convenient_service-0.12.0

- old
+ new

@@ -1,5 +1,6 @@ # frozen_string_literal: true require_relative "custom/ignoring_error" +require_relative "custom/in_threads" require_relative "custom/stub_service" require_relative "custom/wrap_method"