summaryrefslogtreecommitdiff
path: root/test/functional/search_controller_test.rb
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-06 19:35:12 +0200
committerhukl <contact@smyck.org>2009-09-06 19:35:12 +0200
commitf90dca555247651c580f879a22d932f378a34ce9 (patch)
tree9804d294a92a32a38e5ac5cb3a6ced8ab1c5729e /test/functional/search_controller_test.rb
parent54543aeb8a1cebdffa96a6ac4b98baa6c1b8747d (diff)
added public search controller with corresponding view
Diffstat (limited to 'test/functional/search_controller_test.rb')
-rw-r--r--test/functional/search_controller_test.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/functional/search_controller_test.rb b/test/functional/search_controller_test.rb
new file mode 100644
index 0000000..49bb14f
--- /dev/null
+++ b/test/functional/search_controller_test.rb
@@ -0,0 +1,8 @@
1require 'test_helper'
2
3class SearchControllerTest < ActionController::TestCase
4 # Replace this with your real tests.
5 test "the truth" do
6 assert true
7 end
8end