Sha256: 15a88f4f0465d1c33ed8ef69fdf10b495f9a9eb5c407637079c0e65f0f75aa58
Contents?: true
Size: 204 Bytes
Versions: 11
Compression:
Stored size: 204 Bytes
Contents
require 'spec_helper' RSpec.describe Addresses::State, :type => :model do describe 'association' do it { is_expected.to belong_to(:country) } it { is_expected.to have_many(:cities) } end end
Version data entries
11 entries across 11 versions & 1 rubygems