Sha256: 0c2f26aaad88e6b8ae46ef0c9e233b72256cfc6b50bec87aa227732c834633c7
Contents?: true
Size: 500 Bytes
Versions: 11
Compression:
Stored size: 500 Bytes
Contents
require File.join(File.dirname(__FILE__), "..", "helpers", "spec_helper") describe Videojuicer::Promo::Image do before(:all) do @klass = Videojuicer::Promo::Image 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/image" end it_should_behave_like "a dependent non-resource object" end end
Version data entries
11 entries across 11 versions & 2 rubygems