official_module/test/integration/navigation_test.rb

11 lines
160 B
Ruby
Raw Normal View History

2021-07-15 09:08:06 +00:00
require 'test_helper'
class NavigationTest < ActionDispatch::IntegrationTest
fixtures :all
# test "the truth" do
# assert true
# end
end