update require statements to fix path issue

This commit is contained in:
Reinier Balt 2011-05-31 23:07:20 +02:00
parent 6b1cf674a8
commit 91eeb0c6aa
26 changed files with 27 additions and 26 deletions

View file

@ -1,4 +1,4 @@
require "#{File.dirname(__FILE__)}/../test_helper"
require File.expand_path( File.dirname(__FILE__) + '/../test_helper')
require 'tempfile'
module Tracks