Sha256: 3615e63682e82e5f537264074e1cb847df3e13fde7b226f2dea674d9e8aecfbe

Contents?: true

Size: 481 Bytes

Versions: 1

Compression:

Stored size: 481 Bytes

Contents

require "helpers/spec_helper"

describe Videojuicer::Asset::Text do
  
  before(:all) do
    @klass = Videojuicer::Asset::Text
    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/text"
    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/text_spec.rb