Skip to content

Commit

Permalink
Fix load path for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeiklejohn committed Oct 6, 2011
1 parent 2c00928 commit e59c421
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 @@ -8,6 +8,7 @@ require 'rake/testtask'

Rake::TestTask.new do |t|
t.pattern = "spec/*_spec.rb"
t.libs << "spec"
end

task :default => [:test]

0 comments on commit e59c421

Please sign in to comment.