video_plugin_test.rb 231 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 require_relative '../test_helper' class VideoPluginTest < ActiveSupport::TestCase should "return VideoBlock in extra_blocks class method" do assert VideoPlugin.extra_blocks.keys.include?(VideoPlugin::VideoBlock) end end