mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-16 21:14:27 +08:00
8 lines
129 B
Ruby
8 lines
129 B
Ruby
require 'test_helper'
|
|
|
|
class Channel::WidgetTest < ActiveSupport::TestCase
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|