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

class NavigationTest < ActionDispatch::IntegrationTest
<% unless options[:skip_active_record] -%>
  fixtures :all
<% end -%>

  # test "the truth" do
  #   assert true
  # end
end