From eb1fd5b48fc4a86dd7c5080695ac10ad4842a3ed Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Wed, 9 Jan 2019 20:28:56 +0000 Subject: Change test to example. Change drumsticks to bundler. Remove needless bits of "futureproofing" from drum --- test/.drumkit | 6 ------ test/test.rb | 9 --------- 2 files changed, 15 deletions(-) delete mode 100644 test/.drumkit delete mode 100755 test/test.rb (limited to 'test') 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 -- cgit v1.2.3