video_pro/test/video_pro_test.rb

8 lines
132 B
Ruby

require 'test_helper'
class VideoProTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, VideoPro
end
end