mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-08-30 00:59:13 +00:00
8 lines
141 B
Ruby
8 lines
141 B
Ruby
require 'test_helper'
|
|
|
|
class ChatRoomsControllerTest < ActionDispatch::IntegrationTest
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|