Sha256: 7be86d54d222639eec3bf98addb17b6b5eaaeb5767425a19023723dc845aed75
Contents?: true
Size: 498 Bytes
Versions: 11
Compression:
Stored size: 498 Bytes
Contents
require File.join(File.dirname(__FILE__), "..", "helpers", "spec_helper") describe Videojuicer::Promo::Video do before(:all) do @klass = Videojuicer::Promo::Video configure_test_settings end describe "instantiation" do it_should_behave_like "a configurable" end describe "general interface:" do before(:all) do @singular_name = "promo" @plural_name = "promos/video" end it_should_behave_like "a dependent non-resource object" end end
Version data entries
11 entries across 11 versions & 2 rubygems