module Protobuf

RSpec Helpers designed to give you mock abstraction of client or service layer. Require as protobuf/rspec/helpers and include into your running RSpec configuration.

@example Configure RSpec to use Protobuf Helpers

require 'protobuf/rspec'
RSpec.configure do |config|
  config.include Protobuf::Rspec::Helpers
end