module Lucian
Constants
- DIRECTORY
- HELPER
- VERSION
Attributes
container[RW]
engine[RW]
image[RW]
Public Class Methods
run_lucian_test(example)
click to toggle source
Run lucian test
# File lib/lucian.rb, line 60 def self.run_lucian_test(example) engine.run_lucian_test(example) end
start_lucian_docker()
click to toggle source
Start lucian docker
# File lib/lucian.rb, line 54 def self.start_lucian_docker engine.start_lucian_docker end