diff options
| author | hukl <contact@smyck.org> | 2009-09-06 19:35:12 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-06 19:35:12 +0200 |
| commit | f90dca555247651c580f879a22d932f378a34ce9 (patch) | |
| tree | 9804d294a92a32a38e5ac5cb3a6ced8ab1c5729e /test/functional/search_controller_test.rb | |
| parent | 54543aeb8a1cebdffa96a6ac4b98baa6c1b8747d (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.rb | 8 |
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 @@ | |||
| 1 | require 'test_helper' | ||
| 2 | |||
| 3 | class SearchControllerTest < ActionController::TestCase | ||
| 4 | # Replace this with your real tests. | ||
| 5 | test "the truth" do | ||
| 6 | assert true | ||
| 7 | end | ||
| 8 | end | ||
