Sha256: a30e7d5e37bd265733214579666e26b87b7ce3c00a4100e7818db94a3a11733c
Contents?: true
Size: 522 Bytes
Versions: 25
Compression:
Stored size: 522 Bytes
Contents
require File.join(File.dirname(__FILE__), "..", "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
25 entries across 25 versions & 1 rubygems