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/fixtures/menu_items.yml | 7 +++++++ test/unit/menu_item_test.rb | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 test/fixtures/menu_items.yml create mode 100644 test/unit/menu_item_test.rb (limited to 'test') diff --git a/test/fixtures/menu_items.yml b/test/fixtures/menu_items.yml new file mode 100644 index 0000000..2319de1 --- /dev/null +++ b/test/fixtures/menu_items.yml @@ -0,0 +1,7 @@ +# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html + +one: + node_id: 1 + +two: + node_id: 1 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