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
-
.container ⇒ Object
Returns the value of attribute container.
-
.engine ⇒ Object
Returns the value of attribute engine.
-
.image ⇒ Object
Returns the value of attribute image.
Class Method Summary collapse
-
.run_lucian_test(example) ⇒ Object
Run lucian test.
-
.start_lucian_docker ⇒ Object
Start lucian docker.
Class Attribute Details
.container ⇒ Object
Returns the value of attribute container.
65 66 67 |
# File 'lib/lucian.rb', line 65 def container @container end |
.engine ⇒ Object
Returns the value of attribute engine.
65 66 67 |
# File 'lib/lucian.rb', line 65 def engine @engine end |
.image ⇒ Object
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_docker ⇒ Object
Start lucian docker
54 55 56 |
# File 'lib/lucian.rb', line 54 def self.start_lucian_docker engine.start_lucian_docker end |