aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/bin/test
blob: 84a05bba0895042d6f2ed3b73d9e1ccd6542e073 (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env ruby

COMPONENT_ROOT = File.expand_path("..", __dir__)
require File.expand_path("../tools/test", COMPONENT_ROOT)

exit Minitest.run(ARGV)