Skip to content

Commit

Permalink
Allow running the tests without installing the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed May 9, 2011
1 parent 776ba85 commit 2f27ff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/pmap_test.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env ruby

$LOAD_PATH << File.expand_path( File.dirname(__FILE__) + '/../lib' )

require 'test/unit'
require 'rubygems'
require 'pmap'
Expand Down

0 comments on commit 2f27ff1

Please sign in to comment.