summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-08-08 15:38:20 +0200
committerhukl <contact@smyck.org>2009-08-08 15:38:20 +0200
commit8345fb8001e82b145b9ce4c8558d4d4712ebad60 (patch)
tree31f101301238e1f9f5661941f747029730d6e200 /test/unit
parent397bee72fa5bccf64d09eeb77b5ee0000aabfdb4 (diff)
added menu items resource
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/helpers/menu_items_helper_test.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/unit/helpers/menu_items_helper_test.rb b/test/unit/helpers/menu_items_helper_test.rb
new file mode 100644
index 0000000..8919dfd
--- /dev/null
+++ b/test/unit/helpers/menu_items_helper_test.rb
@@ -0,0 +1,4 @@
1require 'test_helper'
2
3class MenuItemsHelperTest < ActionView::TestCase
4end