module Rubylog::RSpecExampleGroup

This module is included in RSpecExampleGroup’s with rubylog:true metadata.

Public Class Methods

included(example_group) click to toggle source
# File lib/rspec/rubylog.rb, line 7
def self.included example_group
  # Make it a context
  example_group.extend Rubylog::Context
end