aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/bin/test
blob: 404cabba51a22deb8efaf9ebfbea3efc66d9ad47 (plain) (blame)
1
2
3
4
#!/usr/bin/env ruby
COMPONENT_ROOT = File.expand_path("../../", __FILE__)
require File.expand_path("../tools/test", COMPONENT_ROOT)
exit Minitest.run(ARGV)