summaryrefslogtreecommitdiff
path: root/test/unit/menu_item_test.rb
blob: 81d9c01d0708e0e8c0a33d3eca791a53462c87c9 (plain)
1
2
3
4
5
6
7
8
require 'test_helper'

class MenuItemTest < ActiveSupport::TestCase
  # Replace this with your real tests.
  test "the truth" do
    assert true
  end
end