Sha256: 088b317260eb7b8aba5218605e6959b84d78c8c3a43ffec9aa67ee9807b0e328
Contents?: true
Size: 465 Bytes
Versions: 1
Compression:
Stored size: 465 Bytes
Contents
require "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 RESTFUL resource model" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vj-sdk-0.8.2 | spec/criterion/week_day_spec.rb |