Skip to content

Commit

Permalink
got rid of $: hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Jun 11, 2010
1 parent c3980e3 commit 1d29f9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/alias.rb
@@ -1,5 +1,3 @@
$:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) ||
$:.include?(File.expand_path(File.dirname(__FILE__)))
require 'yaml'
require 'alias/manager'
require 'alias/validator'
Expand Down
1 change: 0 additions & 1 deletion test/test_helper.rb
Expand Up @@ -3,7 +3,6 @@
require 'context' #gem install jeremymcanally-context -s http://gems.github.com
require 'mocha' #gem install mocha
require 'matchy' #gem install jeremymcanally-matchy -s http://gems.github.com
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'alias'

class Test::Unit::TestCase
Expand Down

0 comments on commit 1d29f9b

Please sign in to comment.