Sha256: 11dcf3f697c02d9c3c1295cb4f9369f4165b632b046b8d16b1f2e42d5c8929e8

Contents?: true

Size: 237 Bytes

Versions: 9

Compression:

Stored size: 237 Bytes

Contents

require 'spec_helper'

describe ProdTypeReln do
  it "can be instantiated" do
    ProdTypeReln.new.should be_an_instance_of(ProdTypeReln)
  end

  it "can be saved successfully" do
    ProdTypeReln.create().should be_persisted
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
erp_products-4.2.0 spec/models/prod_type_reln_spec.rb
erp_products-4.0.0 spec/models/prod_type_reln_spec.rb
erp_products-3.1.1 spec/models/prod_type_reln_spec.rb
erp_products-3.1.0 spec/models/prod_type_reln_spec.rb
erp_products-3.0.5 spec/models/prod_type_reln_spec.rb
erp_products-3.0.4 spec/models/prod_type_reln_spec.rb
erp_products-3.0.3 spec/models/prod_type_reln_spec.rb
erp_products-3.0.2 spec/models/prod_type_reln_spec.rb
erp_products-3.0.1 spec/models/prod_type_reln_spec.rb