aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorGeorge Claghorn <george.claghorn@gmail.com>2017-08-20 14:47:07 -0400
committerGitHub <noreply@github.com>2017-08-20 14:47:07 -0400
commit81ca1556b6181fb62a3d6b9f0c14fb38f6fd1b57 (patch)
treebccc24b93f55bed5f93c67a93d0b75d2d6949fd3 /activestorage
parentcdcd6c0945ad8b6c67a148634ae023689bdd6077 (diff)
parent911d100899444b2c9e10319f8310dc289054b161 (diff)
downloadrails-81ca1556b6181fb62a3d6b9f0c14fb38f6fd1b57.tar.gz
rails-81ca1556b6181fb62a3d6b9f0c14fb38f6fd1b57.tar.bz2
rails-81ca1556b6181fb62a3d6b9f0c14fb38f6fd1b57.zip
Merge pull request #30339 from bogdanvlviv/add-activestorage_bin_test-file
Add executable file `activestorage/bin/test`
Diffstat (limited to 'activestorage')
-rwxr-xr-xactivestorage/bin/test5
1 files changed, 5 insertions, 0 deletions
diff --git a/activestorage/bin/test b/activestorage/bin/test
new file mode 100755
index 0000000000..c53377cc97
--- /dev/null
+++ b/activestorage/bin/test
@@ -0,0 +1,5 @@
+#!/usr/bin/env ruby
+# frozen_string_literal: true
+
+COMPONENT_ROOT = File.expand_path("..", __dir__)
+require_relative "../../tools/test"