module Detroit
Public Instance Methods
RSpec(options={})
click to toggle source
Create new RSpec
tool with specified options
.
# File lib/detroit-rspec.rb, line 6 def RSpec(options={}) RSpec.new(options) end