Module: RainforestRubyRuntime
- Defined in:
- lib/rainforest_ruby_runtime.rb,
lib/rainforest_ruby_runtime/dsl.rb,
lib/rainforest_ruby_runtime/test.rb,
lib/rainforest_ruby_runtime/empty.rb,
lib/rainforest_ruby_runtime/runner.rb,
lib/rainforest_ruby_runtime/version.rb,
lib/rainforest_ruby_runtime/exceptions.rb,
lib/rainforest_ruby_runtime/drivers/sauce.rb,
lib/rainforest_ruby_runtime/nil_delegator.rb,
lib/rainforest_ruby_runtime/variables/scope.rb,
lib/rainforest_ruby_runtime/variables/value.rb,
lib/rainforest_ruby_runtime/drivers/selenium.rb,
lib/rainforest_ruby_runtime/variables/registry.rb
Defined Under Namespace
Modules: Drivers, Variables Classes: DSL, Empty, Exception, NilDelegator, Runner, Step, Test, WrongReturnValueError
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.root ⇒ Object
20 21 22 |
# File 'lib/rainforest_ruby_runtime.rb', line 20 def self.root File.dirname(__dir__) end |