Sha256: 13e2b39aa2df650bb57e8c533c303a8ecd5ccd778191aa027d94251893a9f2a7
Contents?: true
Size: 201 Bytes
Versions: 18
Compression:
Stored size: 201 Bytes
Contents
require File.dirname(__FILE__) + '/../spec_helper' describe State do before(:all) do @state = Factory(:state) end it { should belong_to :country } it { should scope_by_name } end
Version data entries
18 entries across 18 versions & 1 rubygems