Add executable file `activestorage/bin/test`

```
rails$ cd activestorage/
rails/activestorage$ bin/test
........(compressed)....
rails/activestorage$ bin/test test/controllers/disk_controller_test.rb
.(compressed)..
rails/activestorage$ bin/test test/controllers/disk_controller_test.rb:42
.
```
This commit is contained in:
bogdanvlviv 2017-08-20 21:28:56 +03:00
parent dcf7fc1047
commit 911d100899
No known key found for this signature in database
GPG Key ID: E4ACD76A6DB6DFDD
1 changed files with 5 additions and 0 deletions

5
activestorage/bin/test Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
COMPONENT_ROOT = File.expand_path("..", __dir__)
require_relative "../../tools/test"