summaryrefslogtreecommitdiff
path: root/test/unit/location_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/location_test.rb')
-rw-r--r--test/unit/location_test.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/unit/location_test.rb b/test/unit/location_test.rb
new file mode 100644
index 0000000..c69b7a1
--- /dev/null
+++ b/test/unit/location_test.rb
@@ -0,0 +1,10 @@
+require File.dirname(__FILE__) + '/../test_helper'
+
+class LocationTest < Test::Unit::TestCase
+ fixtures :location
+
+ # Replace this with your real tests.
+ def test_truth
+ assert true
+ end
+end