aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
authorfrancis <francis>2007-08-29 12:12:44 +0000
committerfrancis <francis>2007-08-29 12:12:44 +0000
commitfb2f5814a04dd21b8ea38609e9a654b4635bcebc (patch)
tree636f11a93b9e31e97dbd825ef877cd7b282b7c80 /test/unit
parent486b7e00672624e68fdb006d683f199752b7a6cb (diff)
Model for a public body, and basic scaffold to edit it.
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/public_body_test.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/unit/public_body_test.rb b/test/unit/public_body_test.rb
new file mode 100644
index 000000000..84dda398c
--- /dev/null
+++ b/test/unit/public_body_test.rb
@@ -0,0 +1,10 @@
+require File.dirname(__FILE__) + '/../test_helper'
+
+class PublicBodyTest < Test::Unit::TestCase
+ fixtures :public_bodies
+
+ # Replace this with your real tests.
+ def test_truth
+ assert true
+ end
+end