From 397bee72fa5bccf64d09eeb77b5ee0000aabfdb4 Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 8 Aug 2009 15:04:11 +0200 Subject: added dynamic main menu --- test/unit/menu_item_test.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/unit/menu_item_test.rb (limited to 'test/unit') diff --git a/test/unit/menu_item_test.rb b/test/unit/menu_item_test.rb new file mode 100644 index 0000000..81d9c01 --- /dev/null +++ b/test/unit/menu_item_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class MenuItemTest < ActiveSupport::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end -- cgit v1.3