aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/plugin_new/templates/test/integration/navigation_test.rb
blob: d06fe7cbd094a51bc2f067b9deadeab57212389a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
require 'test_helper'

class NavigationTest < ActionDispatch::IntegrationTest
  fixtures :all

  # Replace this with your real tests.
  test "the truth" do
    assert true
  end
end