mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 16:18:17 +00:00
7 lines
143 B
Ruby
7 lines
143 B
Ruby
require "test_helper"
|
|
|
|
class StaticPagesControllerTest < ActionDispatch::IntegrationTest
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|