Module: JSON::SchemaBuilder::RSpecHelper

Extended by:
RSpec::SharedContext
Defined in:
lib/json/schema_builder/rspec_helper/rspec_helper.rb,
lib/json/schema_builder/rspec_helper/deep_open_struct.rb

Defined Under Namespace

Modules: ClassMethods Classes: DeepOpenStruct

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



28
29
30
31
# File 'lib/json/schema_builder/rspec_helper/rspec_helper.rb', line 28

def self.included(klass)
  super klass
  klass.send :extend, ClassMethods
end