video_plugin_test.rb 231 Bytes
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