Skip to content

Commit

Permalink
Add current dir to load paths for ruby 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krekoten committed Sep 22, 2010
1 parent 94b6e27 commit a90eff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ end
require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
test.libs << 'lib' << 'test'
test.libs << File.dirname(__FILE__)
test.pattern = 'test/**/*_test.rb'
test.verbose = false
end
Expand Down

0 comments on commit a90eff5

Please sign in to comment.