Module: Hyperlayer

Defined in:
lib/hyperlayer/tracer.rb,
lib/hyperlayer.rb,
lib/hyperlayer/engine.rb,
lib/hyperlayer/version.rb,
app/models/hyperlayer/run.rb,
app/models/hyperlayer/path.rb,
app/models/hyperlayer/spec.rb,
app/models/hyperlayer/event.rb,
app/models/hyperlayer/example_group.rb,
app/controllers/hyperlayer/runs_controller.rb,
app/controllers/hyperlayer/paths_controller.rb,
app/controllers/hyperlayer/specs_controller.rb,
app/controllers/hyperlayer/events_controller.rb,
app/controllers/hyperlayer/application_controller.rb,
app/controllers/hyperlayer/example_groups_controller.rb

Overview

lib/hyperlayer/tracer.rb

Defined Under Namespace

Modules: Tracer Classes: ApplicationController, BuildTree, Engine, Event, EventsController, ExampleGroup, ExampleGroupsController, Path, PathsController, Run, RunsController, Spec, SpecsController

Constant Summary collapse

VERSION =
"0.2"

Class Method Summary collapse

Class Method Details

.trace_rspec!Object



12
13
14
# File 'lib/hyperlayer.rb', line 12

def self.trace_rspec!
  Tracer.trace_rspec!
end