aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/.drumkit6
-rwxr-xr-xtest/test.rb9
2 files changed, 15 insertions, 0 deletions
diff --git a/test/.drumkit b/test/.drumkit
new file mode 100644
index 0000000..6b6b833
--- /dev/null
+++ b/test/.drumkit
@@ -0,0 +1,6 @@
+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
new file mode 100755
index 0000000..3df8653
--- /dev/null
+++ b/test/test.rb
@@ -0,0 +1,9 @@
+#!/usr/bin/env ruby
+
+require 'sinatra'
+
+set :bind, '0.0.0.0'
+
+get '/' do
+ 'Put this in your pipe & smoke it!'
+end