summaryrefslogtreecommitdiff
path: root/test/integration/tapicero_test.rb
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2014-01-06 10:05:47 +0100
committerAzul <azul@riseup.net>2014-02-04 11:46:57 +0100
commit88083a47eb042fd5b3f6cfd9cae1e087bc9fa072 (patch)
tree37e597a60c174ebb82ccf2470e04440a9ef855d5 /test/integration/tapicero_test.rb
parent53b2a1f1f750a48939e69278297d69dbc6b213ad (diff)
add dummy integration test
Diffstat (limited to 'test/integration/tapicero_test.rb')
-rw-r--r--test/integration/tapicero_test.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/tapicero_test.rb b/test/integration/tapicero_test.rb
new file mode 100644
index 0000000..b83263a
--- /dev/null
+++ b/test/integration/tapicero_test.rb
@@ -0,0 +1,4 @@
+require File.expand_path('../../test_helper.rb', __FILE__)
+
+class TapiceroTest < MiniTest::Unit::TestCase
+end