diff options
author | Nat Lasseter <Nat Lasseter nathan@bytemark.co.uk> | 2019-01-09 20:28:56 +0000 |
---|---|---|
committer | Nat Lasseter <Nat Lasseter nathan@bytemark.co.uk> | 2019-01-09 20:28:56 +0000 |
commit | eb1fd5b48fc4a86dd7c5080695ac10ad4842a3ed (patch) | |
tree | 3f1a6dbd2e057481b0898913ab1f31acf59a0baa /test | |
parent | b4119d5372366ce817f063c279fa5a7b64f47fca (diff) |
Change test to example. Change drumsticks to bundler. Remove needless bits of "futureproofing" from drum
Diffstat (limited to 'test')
-rw-r--r-- | test/.drumkit | 6 | ||||
-rwxr-xr-x | test/test.rb | 9 |
2 files changed, 0 insertions, 15 deletions
diff --git a/test/.drumkit b/test/.drumkit deleted file mode 100644 index 6b6b833..0000000 --- a/test/.drumkit +++ /dev/null @@ -1,6 +0,0 @@ -This file will be modified automatically. Only make changes if you know what you are doing. Otherwise, use drum. - -BASSDRUM ruby:alpine -KICKDRUM drum-bass-ruby_alpine-kick-test -SNAREDRUM drum-bass-ruby_alpine-kick-test-snare-test_rb -DRUMSTICK sinatra 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 |