video_pro/test/video_pro_test.rb

8 lines
132 B
Ruby
Raw Permalink Normal View History

2023-02-02 06:42:50 +00:00
require 'test_helper'
class VideoProTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, VideoPro
end
end