Module: Contracto::RSpec
- Defined in:
- lib/contracto/rspec.rb
Defined Under Namespace
Modules: JsonHelper, ServerTerminator Classes: Core
Class Method Summary collapse
Class Method Details
.start!(options) ⇒ Object
6 7 8 9 |
# File 'lib/contracto/rspec.rb', line 6 def self.start!() require_relative 'rspec/core' Contracto::RSpec::Core.new() end |