including rcov shell scripts for reference

This commit is contained in:
Sven Fuchs 2008-06-23 14:49:47 +02:00
parent ac66865ea3
commit 77177441d1
2 changed files with 15 additions and 0 deletions

9
actionpack/test/i18n_coverage Executable file
View File

@ -0,0 +1,9 @@
rcov -x abstract_unit.rb \
-i action_view/helpers/number_helper.rb,action_view/helpers/date_helper.rb,action_view/helpers/active_record_helper.rb \
template/number_helper_i18n_test.rb \
template/date_helper_i18n_test.rb \
template/active_record_helper_i18n_test.rb \
# template/number_helper_test.rb \
# template/date_helper_test.rb \
# template/active_record_helper_test.rb

View File

@ -0,0 +1,6 @@
rcov -I connections/native_mysql \
-x cases/helper,config,connection,models \
-i active_record/validations.rb \
cases/validations_i18n_test.rb \
# cases/validations_test.rb