Sha256: 59fce28656037a797d3b65fcc5e470d496d34289552c194ed2e32d064f915239

Contents?: true

Size: 276 Bytes

Versions: 16

Compression:

Stored size: 276 Bytes

Contents

require 'spec_helper'

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

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

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
erp_base_erp_svcs-4.2.0 spec/models/category_classification_spec.rb
erp_base_erp_svcs-4.0.0 spec/models/category_classification_spec.rb
erp_base_erp_svcs-3.1.5 spec/models/category_classification_spec.rb
erp_base_erp_svcs-3.1.4 spec/models/category_classification_spec.rb
erp_base_erp_svcs-3.1.3 spec/models/category_classification_spec.rb
erp_base_erp_svcs-3.1.2 spec/models/category_classification_spec.rb
erp_base_erp_svcs-3.1.1 spec/models/category_classification_spec.rb
erp_base_erp_svcs-3.0.7 spec/models/category_classification_spec.rb
erp_base_erp_svcs-3.1.0 spec/models/category_classification_spec.rb
erp_base_erp_svcs-3.0.6 spec/models/category_classification_spec.rb
erp_base_erp_svcs-3.0.5 spec/models/category_classification_spec.rb
erp_base_erp_svcs-3.0.4 spec/models/category_classification_spec.rb
erp_base_erp_svcs-3.0.3 spec/models/category_classification_spec.rb
erp_base_erp_svcs-3.0.2 spec/models/category_classification_spec.rb
erp_base_erp_svcs-3.0.1 spec/models/category_classification_spec.rb
erp_base_erp_svcs-3.0.0 spec/models/category_classification_spec.rb