aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/plugin/templates/test/integration/navigation_test.rb.tt
blob: 29e59d840777579b2c575478c7800ec70664fc47 (plain) (blame)
1
2
3
4
5
6
7
require 'test_helper'

class NavigationTest < ActionDispatch::IntegrationTest
  # test "the truth" do
  #   assert true
  # end
end