Sha256: e11556d1573586e258f63b7b88f809a54386607ae4d8bd080878dde61201184a
Contents?: true
Size: 537 Bytes
Versions: 13
Compression:
Stored size: 537 Bytes
Contents
require File.join(File.dirname(__FILE__), "helpers", "spec_helper") describe Videojuicer::Presentation do before(:all) do @klass = Videojuicer::Presentation configure_test_settings end describe "instantiation" do it_should_behave_like "a configurable" end describe "general interface:" do before(:all) do @singular_name = "presentation" @plural_name = "presentations" end it_should_behave_like "a RESTFUL resource model" it_should_behave_like "an embeddable" end end
Version data entries
13 entries across 13 versions & 2 rubygems