aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/i18n_coverage
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/i18n_coverage')
-rwxr-xr-xactionpack/test/i18n_coverage9
1 files changed, 9 insertions, 0 deletions
diff --git a/actionpack/test/i18n_coverage b/actionpack/test/i18n_coverage
new file mode 100755
index 0000000000..57b54e9d47
--- /dev/null
+++ b/actionpack/test/i18n_coverage
@@ -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 \ No newline at end of file