Module: FixtureFarm::TestHelper

Defined in:
lib/fixture_farm/test_helper.rb

Instance Method Summary collapse

Instance Method Details

#record_new_fixtures(fixture_name_prefix, &block) ⇒ Object



7
8
9
# File 'lib/fixture_farm/test_helper.rb', line 7

def record_new_fixtures(fixture_name_prefix, &block)
  FixtureRecorder.new(fixture_name_prefix).record_new_fixtures(&block)
end