summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2009-09-26 20:03:30 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2009-09-26 20:03:30 -0700
commitec8ae73b763f8d814adbae4868bac5f7b6c49a48 (patch)
treebda2605c5a6c4dea6c0ce087d53062e21cb5b1f4 /test
downloadpsych-ec8ae73b763f8d814adbae4868bac5f7b6c49a48.zip
initial commit
Diffstat (limited to 'test')
-rw-r--r--test/test_psych.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test_psych.rb b/test/test_psych.rb
new file mode 100644
index 0000000..33a3cc0
--- /dev/null
+++ b/test/test_psych.rb
@@ -0,0 +1,8 @@
+require "test/unit"
+require "psych"
+
+class TestPsych < Test::Unit::TestCase
+ def test_sanity
+ flunk "write tests or I will kneecap you"
+ end
+end