diff options
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 |