aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/bin/test
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/bin/test')
-rwxr-xr-xactionmailer/bin/test4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionmailer/bin/test b/actionmailer/bin/test
new file mode 100755
index 0000000000..404cabba51
--- /dev/null
+++ b/actionmailer/bin/test
@@ -0,0 +1,4 @@
+#!/usr/bin/env ruby
+COMPONENT_ROOT = File.expand_path("../../", __FILE__)
+require File.expand_path("../tools/test", COMPONENT_ROOT)
+exit Minitest.run(ARGV)