Sha256: 17777517d1436fb26b9a3f1ceda638e5fc875d98c5b11b16ac0af37aaedc9415

Contents?: true

Size: 141 Bytes

Versions: 5

Compression:

Stored size: 141 Bytes

Contents

require 'spec_helper' 

describe Image do
  it 'validates common factory' do
    expect{ create :property }.not_to raise_exception
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nubis_rails_boilerplate-0.0.11 skeletons/real_estate_app/spec/models/property_spec.rb
nubis_rails_boilerplate-0.0.10 skeletons/real_estate_app/spec/models/property_spec.rb
nubis_rails_boilerplate-0.0.9 skeletons/real_estate_app/spec/models/property_spec.rb
nubis_rails_boilerplate-0.0.8 skeletons/real_estate_app/spec/models/property_spec.rb
nubis_rails_boilerplate-0.0.7 skeletons/real_estate_app/spec/models/property_spec.rb