mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 02:32:29 +00: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
|