Skip to content

Commit

Permalink
test subdirs, turn warnings on
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4983 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jeremy committed Sep 4, 2006
1 parent 668c64b commit d64c05f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion activeresource/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ task :default => [ :test ]

Rake::TestTask.new { |t|
t.libs << "test"
t.pattern = 'test/*_test.rb'
t.pattern = 'test/**/*_test.rb'
t.verbose = true
t.warning = true
}


Expand Down

0 comments on commit d64c05f

Please sign in to comment.