diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-22 15:48:39 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-22 15:48:39 -0700 |
| commit | 95c963db85b3d281206b629344296ae9679bbc0b (patch) | |
| tree | 9d8050118409e685afbf297829fe3e5818c3923b | |
| parent | fc3633c53a9e78b90e24be36c0cfde4d4aacb52c (diff) | |
chore: remove test.rb
| -rw-r--r-- | test.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test.rb b/test.rb deleted file mode 100644 index d5eb602..0000000 --- a/test.rb +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -Dir.chdir Pathname.new(__FILE__).parent do - exec("./script/test") -end |
