Sha256: 41d6848b09f6897f90b7a3e8f498e9eae67efc0fc70d29389a0d5059c8a08a3c
Contents?: true
Size: 385 Bytes
Versions: 13
Compression:
Stored size: 385 Bytes
Contents
require "#{File.dirname(__FILE__)}/../../spec_helper" shared_examples_for 'a model' do describe 'common behavior' do it_should_behave_like 'a bare bones model' it_should_behave_like 'a prepopulated model' it_should_behave_like 'a nested model' it_should_behave_like 'a containing model' it_should_behave_like 'a stringifiable model' end end
Version data entries
13 entries across 13 versions & 1 rubygems