summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorhukl <hukl@eight.local>2009-01-29 21:40:04 +0100
committerhukl <hukl@eight.local>2009-01-29 21:40:04 +0100
commitd4dfdb40329b8e15e6bba022b966984a8a994a87 (patch)
tree6e427c2e02308d5b3d554b44d13f2764303da743 /test/unit
parentb298d3e8eeb10903bd4640dab7c11d0dc1be9d38 (diff)
added the content controller which will be responsible for rendering all public pages later on. added a new custom route for the public url schema as well as a functional test which tests the correct mapping of the custom route
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/helpers/content_helper_test.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/unit/helpers/content_helper_test.rb b/test/unit/helpers/content_helper_test.rb
new file mode 100644
index 0000000..2da82d7
--- /dev/null
+++ b/test/unit/helpers/content_helper_test.rb
@@ -0,0 +1,4 @@
1require 'test_helper'
2
3class ContentHelperTest < ActionView::TestCase
4end