module Fixtory::DSL

Public Class Methods

build_from(path) click to toggle source
# File lib/fixtory/dsl.rb, line 2
def self.build_from(path)
  builder = Fixtory::DSL::Builder.new
  builder._eval_from_fixtory_file(path)
  builder
end