Sha256: c2cdad854242bc599bb046f4f5732774c5b80df983401346e8b44789211557af

Contents?: true

Size: 221 Bytes

Versions: 16

Compression:

Stored size: 221 Bytes

Contents

require 'spec_helper'

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

  it "can be saved successfully" do
    Currency.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/currency_spec.rb
erp_base_erp_svcs-4.0.0 spec/models/currency_spec.rb
erp_base_erp_svcs-3.1.5 spec/models/currency_spec.rb
erp_base_erp_svcs-3.1.4 spec/models/currency_spec.rb
erp_base_erp_svcs-3.1.3 spec/models/currency_spec.rb
erp_base_erp_svcs-3.1.2 spec/models/currency_spec.rb
erp_base_erp_svcs-3.1.1 spec/models/currency_spec.rb
erp_base_erp_svcs-3.0.7 spec/models/currency_spec.rb
erp_base_erp_svcs-3.1.0 spec/models/currency_spec.rb
erp_base_erp_svcs-3.0.6 spec/models/currency_spec.rb
erp_base_erp_svcs-3.0.5 spec/models/currency_spec.rb
erp_base_erp_svcs-3.0.4 spec/models/currency_spec.rb
erp_base_erp_svcs-3.0.3 spec/models/currency_spec.rb
erp_base_erp_svcs-3.0.2 spec/models/currency_spec.rb
erp_base_erp_svcs-3.0.1 spec/models/currency_spec.rb
erp_base_erp_svcs-3.0.0 spec/models/currency_spec.rb