module ProtoPharm::RSpec::DSL
Public Instance Methods
allow_grpc_service(service)
click to toggle source
# File lib/proto_pharm/rspec/dsl.rb, line 6 def allow_grpc_service(service) ActionStubBuilder.new(service) end
receive_rpc(rpc_action)
click to toggle source
# File lib/proto_pharm/rspec/dsl.rb, line 10 def receive_rpc(rpc_action) ActionStubProxy.new(rpc_action) end