Sha256: 940b819a0cc10f8258e7f1e941ce9f64fddb73298cebe18c028af8ef7afdfd91

Contents?: true

Size: 555 Bytes

Versions: 1

Compression:

Stored size: 555 Bytes

Contents

require "helpers/spec_helper"

describe Videojuicer::Asset::Video do
  
  before(:all) do
    @klass = Videojuicer::Asset::Video
    @preset_params = {:derived_type => "Video", :file_format => "mp4"}
    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/video"
    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/video_spec.rb