Sha256: 32aa06a3aec8bcd59c9510022320bd4925b7a0a111261b80fabeaab1163c9336
Contents?: true
Size: 526 Bytes
Versions: 11
Compression:
Stored size: 526 Bytes
Contents
require File.join(File.dirname(__FILE__), "..", "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 dependent non-resource object" end end
Version data entries
11 entries across 11 versions & 2 rubygems