Sha256: ce399cd71bc25bef34142de80cd9aa39bb33bca63e536f02dd0eea07a5857d27

Contents?: true

Size: 493 Bytes

Versions: 1

Compression:

Stored size: 493 Bytes

Contents

require "helpers/spec_helper"

describe Videojuicer::Asset::Document do
  
  before(:all) do
    @klass = Videojuicer::Asset::Document
    configure_test_settings
  end
  
  describe "instantiation" do
    it_should_behave_like "a configurable"
  end
  
  describe "general interface:" do
    before(:all) do
      @singular_name = "asset"
      @plural_name = "assets/document"
    end
    
    it_should_behave_like "a RESTFUL resource model"
  end
  
  it_should_behave_like "an asset"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vj-sdk-0.8.2 spec/assets/document_spec.rb