mirror of
https://github.com/internetee/registry.git
synced 2025-05-21 19:59:38 +02:00
10 lines
150 B
Ruby
10 lines
150 B
Ruby
require 'test_helper'
|
|
|
|
class NavigationTest < ActionDispatch::IntegrationTest
|
|
fixtures :all
|
|
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|
|
|