aboutsummaryrefslogtreecommitdiff
path: root/test/test.rb
diff options
context:
space:
mode:
authorNat Lasseter <Nat Lasseter nathan@bytemark.co.uk>2019-01-09 20:28:56 +0000
committerNat Lasseter <Nat Lasseter nathan@bytemark.co.uk>2019-01-09 20:28:56 +0000
commiteb1fd5b48fc4a86dd7c5080695ac10ad4842a3ed (patch)
tree3f1a6dbd2e057481b0898913ab1f31acf59a0baa /test/test.rb
parentb4119d5372366ce817f063c279fa5a7b64f47fca (diff)
Change test to example. Change drumsticks to bundler. Remove needless bits of "futureproofing" from drum
Diffstat (limited to 'test/test.rb')
-rwxr-xr-xtest/test.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/test.rb b/test/test.rb
deleted file mode 100755
index 3df8653..0000000
--- a/test/test.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env ruby
-
-require 'sinatra'
-
-set :bind, '0.0.0.0'
-
-get '/' do
- 'Put this in your pipe & smoke it!'
-end