diff options
author | George Claghorn <george.claghorn@gmail.com> | 2017-08-20 14:47:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-20 14:47:07 -0400 |
commit | 81ca1556b6181fb62a3d6b9f0c14fb38f6fd1b57 (patch) | |
tree | bccc24b93f55bed5f93c67a93d0b75d2d6949fd3 | |
parent | cdcd6c0945ad8b6c67a148634ae023689bdd6077 (diff) | |
parent | 911d100899444b2c9e10319f8310dc289054b161 (diff) | |
download | rails-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`
-rwxr-xr-x | activestorage/bin/test | 5 |
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" |