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