forked from spen/seminar
10 lines
134 B
Ruby
10 lines
134 B
Ruby
|
require 'test_helper'
|
||
|
|
||
|
class NavigationTest < ActionDispatch::IntegrationTest
|
||
|
|
||
|
# test "the truth" do
|
||
|
# assert true
|
||
|
# end
|
||
|
end
|
||
|
|