cirandas.net

ref: master

plugins/video/test/unit/video_plugin_test.rb


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