mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
test subdirs, turn warnings on
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4983 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
668c64b48d
commit
d64c05f21c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue