Module: RSpec::Eth
- Defined in:
- lib/rspec/eth.rb,
lib/rspec/eth/config.rb,
lib/rspec/eth/server.rb,
lib/rspec/eth/version.rb,
lib/rspec/eth/helper_methods.rb
Defined Under Namespace
Modules: HelperMethods Classes: Config, Server
Constant Summary collapse
- VERSION =
"0.1.1"
Class Method Summary collapse
Class Method Details
.configure {|Config| ... } ⇒ Object
8 9 10 |
# File 'lib/rspec/eth.rb', line 8 def self.configure yield(Config) end |