Module: Protobuf::RSpec::Helpers
- Defined in:
- lib/protobuf/rspec/helpers.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(other) ⇒ Object
16 17 18 19 20 21 |
# File 'lib/protobuf/rspec/helpers.rb', line 16 def self.included(other) other.class_eval do extend ::Protobuf::RSpec::Helpers::ClassMethods include ::Protobuf::RSpec::Helpers::InstanceMethods end end |