Skip to content

Commit 911d100

Browse files
committed
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 . ```
1 parent dcf7fc1 commit 911d100

File tree

1 file changed

+5
-0
lines changed
  • activestorage/bin

1 file changed

+5
-0
lines changed

activestorage/bin/test

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env ruby
2+
# frozen_string_literal: true
3+
4+
COMPONENT_ROOT = File.expand_path("..", __dir__)
5+
require_relative "../../tools/test"

0 commit comments

Comments
 (0)