Class SeedFu::Runner
In: lib/seed-fu/runner.rb
Parent: Object

Runs seed files.

It is not recommended to use this class directly. Instead, use {SeedFu.seed SeedFu.seed}, which creates an instead of {Runner} and calls {run run}.

@see SeedFu.seed SeedFu.seed

Methods

new   run  

Public Class methods

@param [Array<String>] fixture_paths The paths where fixtures are located. Will use

  `SeedFu.fixture_paths` if {nil}. If the argument is not an array, it will be wrapped by one.

@param [Regexp] filter If given, only seed files with a file name matching this pattern will

  be used

Public Instance methods

Run the seed files.

[Validate]