Sha256: 2176f22fe6373c5a92ec5207b0bb0ed25cd62a1234a71eaef910561eda0b5b69

Contents?: true

Size: 478 Bytes

Versions: 1

Compression:

Stored size: 478 Bytes

Contents

require "helpers/spec_helper"

describe Videojuicer::Criterion::Geolocation do

   before(:all) do
    @klass = Videojuicer::Criterion::Geolocation
    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/geolocation"
    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/geolocation_spec.rb