Module: Protobuf

Defined in:
lib/protobuf/rspec/helpers.rb,
lib/protobuf/rspec/version.rb

Overview

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.

Examples:

Configure RSpec to use Protobuf Helpers

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

Defined Under Namespace

Modules: RSpec