Sha256: 658e47119233546e3c64f82b25410c9647c982957573a484e454d596d7e097b5
Contents?: true
Size: 536 Bytes
Versions: 1
Compression:
Stored size: 536 Bytes
Contents
require "helpers/spec_helper" describe Videojuicer::Campaign do before(:all) do @klass = Videojuicer::Campaign configure_test_settings end describe "instantiation" do it_should_behave_like "a configurable" end describe "general interface:" do before(:all) do string_mash = (("A".."z").to_a + ("a".."z").to_a) @singular_name = "campaign" @plural_name = "campaigns" end it_should_behave_like "a RESTFUL resource model" it_should_behave_like "a taggable" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vj-sdk-0.8.2 | spec/campaign_spec.rb |