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