Skip to content

Commit

Permalink
run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld authored and quirkey committed Apr 17, 2011
1 parent af69da7 commit b4f1cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ end

Rake::TestTask.new do |t|
t.libs << "test"
t.test_files = FileList['test/*test*.rb']
t.test_files = FileList['test/**/*test*.rb']
t.verbose = true
end

Expand Down

0 comments on commit b4f1cd2

Please sign in to comment.