summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-11-22 15:48:39 -0700
committermo khan <mo.khan@gmail.com>2020-11-22 15:48:39 -0700
commit95c963db85b3d281206b629344296ae9679bbc0b (patch)
tree9d8050118409e685afbf297829fe3e5818c3923b
parentfc3633c53a9e78b90e24be36c0cfde4d4aacb52c (diff)
chore: remove test.rb
-rw-r--r--test.rb6
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