Module: RSpec::Lono::Helpers
- Extended by:
- Memoist
- Defined in:
- lib/rspec/lono/helpers.rb
Instance Method Summary collapse
Instance Method Details
#harness ⇒ Object
5 6 7 |
# File 'lib/rspec/lono/helpers.rb', line 5 def harness Harness.new end |
#lono ⇒ Object
10 11 12 13 |
# File 'lib/rspec/lono/helpers.rb', line 10 def lono # Normally @blueprint is nil and Runner will infer blueprint. User can override with @blueprint. Runner.new(blueprint: @blueprint) end |