module FixtureFarm::TestHelper

Public Instance Methods

record_new_fixtures(fixture_name_prefix, &block) click to toggle source
# 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