Class: Quarry::Spec::Context

Inherits:
Module
  • Object
show all
Defined in:
lib/quarry/spec/context.rb

Overview

Spec Context

Specifications are run within an instance of Context.

Instance Method Summary collapse

Constructor Details

#initializeContext

Returns a new instance of Context.



10
11
12
# File 'lib/quarry/spec/context.rb', line 10

def initialize
  extend self
end