]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/export_controller_test.rb
Adding stub functional test files for all the controllers that should have tests...
[rails.git] / test / functional / export_controller_test.rb
diff --git a/test/functional/export_controller_test.rb b/test/functional/export_controller_test.rb
new file mode 100644 (file)
index 0000000..8a97941
--- /dev/null
@@ -0,0 +1,8 @@
+require File.dirname(__FILE__) + '/../test_helper'
+
+class ExportControllerTest < ActionController::TestCase
+  # Replace this with your real tests.
+  def test_truth
+    assert true
+  end
+end