Module: Detroit

Defined in:
lib/detroit-rspec.rb

Defined Under Namespace

Classes: RSpec

Instance Method Summary collapse

Instance Method Details

#RSpec(options = {}) ⇒ Object

Create new RSpec tool with specified options.



6
7
8
# File 'lib/detroit-rspec.rb', line 6

def RSpec(options={})
  RSpec.new(options)
end