mirror of
https://github.com/System-End/highway.git
synced 2026-04-19 22:05:13 +00:00
7 lines
138 B
Ruby
7 lines
138 B
Ruby
require "test_helper"
|
|
|
|
class GuidesControllerTest < ActionDispatch::IntegrationTest
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|