Skip to content

Commit

Permalink
Ruby1.9 load path order fix in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Jul 18, 2009
1 parent 957b2b5 commit e0ea33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
@@ -1,7 +1,7 @@
# encoding: utf-8

$TESTING=true
$:.push File.join(File.dirname(__FILE__), '..', 'lib')
$:.unshift File.join(File.dirname(__FILE__), '..', 'lib')

require 'rubygems'

Expand Down

0 comments on commit e0ea33b

Please sign in to comment.