producer-core/spec/support/fixtures_helpers.rb
2013-07-28 18:36:04 +00:00

8 lines
132 B
Ruby

module FixturesHelpers
FIXTURES_PATH = 'spec/fixtures'
def fixture_path_for(path)
File.join(FIXTURES_PATH, path)
end
end