Sha256: a35da391290a66e1967b6b07693feb6e254ecafc84e04866d145420aa18efc7d
Contents?: true
Size: 381 Bytes
Versions: 6
Compression:
Stored size: 381 Bytes
Contents
require 'pathname' require Pathname(__FILE__).dirname.expand_path + 'spec_helper' describe 'associations' do it 'should work with belongs_to associations' it 'should work with has n associations' end describe 'STI' do it 'should override default type' it 'should load descendents on parent.all' it 'should raise an error if you have a column named couchdb_type' end
Version data entries
6 entries across 6 versions & 1 rubygems