Sha256: 965d88c986f7f93ae6e12e76cf12e3bb447a809e0a778f475bec434e1ce0b660
Contents?: true
Size: 516 Bytes
Versions: 11
Compression:
Stored size: 516 Bytes
Contents
require File.join(File.dirname(__FILE__), "..", "helpers", "spec_helper") describe Videojuicer::Criterion::WeekDay do before(:all) do @klass = Videojuicer::Criterion::WeekDay 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/week_day" end it_should_behave_like "a dependent non-resource object" end end
Version data entries
11 entries across 11 versions & 2 rubygems