rails--rails/actionmailer/bin/test

7 lines
153 B
Ruby
Executable File

#!/usr/bin/env ruby
COMPONENT_ROOT = File.expand_path("..", __dir__)
require File.expand_path("../tools/test", COMPONENT_ROOT)
exit Minitest.run(ARGV)