Sha256: ed626fc7159418dba8ab880cb445efbd847331cfa7a267bafd049204e44da869
Contents?: true
Size: 529 Bytes
Versions: 11
Compression:
Stored size: 529 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 dependent non-resource object" end end
Version data entries
11 entries across 11 versions & 2 rubygems