module Jets::SpecHelpers::Fixtures
def fixture_file(filename)
def fixture_file(filename) File.new(fixture_path(filename)) end
def fixture_path(filename)
def fixture_path(filename) "#{Jets.root}/spec/fixtures/#{filename}" end
def fixture_file(filename) File.new(fixture_path(filename)) end
def fixture_path(filename) "#{Jets.root}/spec/fixtures/#{filename}" end