Module: Lucian

Includes:
RSpec::Core
Defined in:
lib/lucian.rb,
lib/lucian/engine.rb,
lib/lucian/errors.rb,
lib/lucian/version.rb,
lib/lucian/initiator.rb,
lib/lucian/board_caster.rb,
lib/lucian/custom_formatter.rb

Defined Under Namespace

Modules: BoardCaster, Initiator Classes: CustomFormatter, Engine, Error

Constant Summary collapse

DIRECTORY =
'lucian'
HELPER =
'lucian_helper.rb'
VERSION =
"0.3.5"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.containerObject

Returns the value of attribute container.



65
66
67
# File 'lib/lucian.rb', line 65

def container
  @container
end

.engineObject

Returns the value of attribute engine.



65
66
67
# File 'lib/lucian.rb', line 65

def engine
  @engine
end

.imageObject

Returns the value of attribute image.



65
66
67
# File 'lib/lucian.rb', line 65

def image
  @image
end

Class Method Details

.run_lucian_test(example) ⇒ Object

Run lucian test



60
61
62
# File 'lib/lucian.rb', line 60

def self.run_lucian_test(example)
  engine.run_lucian_test(example)
end

.start_lucian_dockerObject

Start lucian docker



54
55
56
# File 'lib/lucian.rb', line 54

def self.start_lucian_docker
  engine.start_lucian_docker
end