module ProtobufSpec::Matchers
Public Instance Methods
be_protobuf_eql(expected=nil)
click to toggle source
# File lib/protobuf_spec/matchers.rb, line 6 def be_protobuf_eql(expected=nil) ProtobufSpec::Matchers::BeProtobufEql.new(expected) end
have_protobuf_path(path)
click to toggle source
# File lib/protobuf_spec/matchers.rb, line 10 def have_protobuf_path(path) ProtobufSpec::Matchers::HaveProtobufPath.new(path) end