Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
Rakefile fix, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bensie committed Sep 10, 2011
1 parent 23d0a7b commit 8a4c922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -7,6 +7,7 @@ task :default => :test
desc "Test the enom gem"
Rake::TestTask.new(:test) do |t|
t.libs << "lib"
t.libs << "test"
t.test_files = FileList['test/*_test.rb']
t.verbose = true
end

0 comments on commit 8a4c922

Please sign in to comment.