Sha256: b850d79507cbe24a2c26e10c2e9f346ac07b006d4867bc35915ffd621530288d

Contents?: true

Size: 252 Bytes

Versions: 9

Compression:

Stored size: 252 Bytes

Contents

require 'spec_helper'

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

  it "can be saved successfully" do
    ProdInstanceReln.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_instance_reln_spec.rb
erp_products-4.0.0 spec/models/prod_instance_reln_spec.rb
erp_products-3.1.1 spec/models/prod_instance_reln_spec.rb
erp_products-3.1.0 spec/models/prod_instance_reln_spec.rb
erp_products-3.0.5 spec/models/prod_instance_reln_spec.rb
erp_products-3.0.4 spec/models/prod_instance_reln_spec.rb
erp_products-3.0.3 spec/models/prod_instance_reln_spec.rb
erp_products-3.0.2 spec/models/prod_instance_reln_spec.rb
erp_products-3.0.1 spec/models/prod_instance_reln_spec.rb