module Fakeit
Constants
- Logger
- VERSION
Public Class Methods
build(spec_file, options)
click to toggle source
# File lib/fakeit.rb, line 16 def build(spec_file, options) Rack::Builder.new do run App::AppBuilder.new(spec_file, options).build end end