Class: Cog::SpecHelpers::Runner

Inherits:
Object
  • Object
show all
Defined in:
lib/code_node/spec_helpers/runner.rb

Instance Method Summary collapse

Constructor Details

#initialize(app) ⇒ Runner

Returns a new instance of Runner.



7
8
9
10
# File 'lib/code_node/spec_helpers/runner.rb', line 7

def initialize(app)
  @cog = app
  @tools = []
end