Sha256: 287309190306be7239e0d3f3f37b1de7dbfabf3b2da370b78bc9993e909b76e5

Contents?: true

Size: 476 Bytes

Versions: 1

Compression:

Stored size: 476 Bytes

Contents

require "helpers/spec_helper"

describe Videojuicer::Criterion::DateRange do

   before(:all) do
    @klass = Videojuicer::Criterion::DateRange
    configure_test_settings
  end
  
  describe "instantiation" do
    it_should_behave_like "a configurable"
  end
  
  describe "general interface:" do
    before(:all) do
      @singular_name = "criterion"
      @plural_name = "criteria/date_range"
    end
    
    it_should_behave_like "a RESTFUL resource model"
  end

end
  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vj-sdk-0.8.2 spec/criterion/date_range_spec.rb