Module: Fixtory::DSL
- Defined in:
- lib/fixtory/dsl.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.build_from(path) ⇒ Object
2 3 4 5 6 |
# 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 |