Skip to content

Commit

Permalink
#379 : test helpers load path fix
Browse files Browse the repository at this point in the history
git-svn-id: http://stonecode.svnrepository.com/svn/ruport/ruport/trunk@1253 bb2e8eb0-7117-0410-aac4-c024b40ed5f7
  • Loading branch information
sandal committed Feb 2, 2008
1 parent ee2225b commit f0930a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/helpers.rb
@@ -1,4 +1,5 @@
require "test/unit"
$LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'lib')
require "ruport"
begin; require "rubygems"; rescue LoadError; nil; end
require "spec-unit"
Expand Down

0 comments on commit f0930a7

Please sign in to comment.