diff options
| author | hukl <contact@smyck.org> | 2009-08-08 15:38:20 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-08-08 15:38:20 +0200 |
| commit | 8345fb8001e82b145b9ce4c8558d4d4712ebad60 (patch) | |
| tree | 31f101301238e1f9f5661941f747029730d6e200 /test/functional | |
| parent | 397bee72fa5bccf64d09eeb77b5ee0000aabfdb4 (diff) | |
added menu items resource
Diffstat (limited to 'test/functional')
| -rw-r--r-- | test/functional/menu_items_controller_test.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/functional/menu_items_controller_test.rb b/test/functional/menu_items_controller_test.rb new file mode 100644 index 0000000..c47467a --- /dev/null +++ b/test/functional/menu_items_controller_test.rb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | require 'test_helper' | ||
| 2 | |||
| 3 | class MenuItemsControllerTest < ActionController::TestCase | ||
| 4 | # Replace this with your real tests. | ||
| 5 | test "the truth" do | ||
| 6 | assert true | ||
| 7 | end | ||
| 8 | end | ||
