Sha256: b3cb84f4a265bb0ab46bc0db9b9d59d426efd9320b4c606e4fcf64ef005ee206

Contents?: true

Size: 258 Bytes

Versions: 9

Compression:

Stored size: 258 Bytes

Contents

require 'spec_helper'

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

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
erp_search-4.2.0 spec/models/party_search_fact_spec.rb
erp_search-4.0.0 spec/models/party_search_fact_spec.rb
erp_search-3.1.2 spec/models/party_search_fact_spec.rb
erp_search-3.1.1 spec/models/party_search_fact_spec.rb
erp_search-3.1.0 spec/models/party_search_fact_spec.rb
erp_search-3.0.4 spec/models/party_search_fact_spec.rb
erp_search-3.0.3 spec/models/party_search_fact_spec.rb
erp_search-3.0.2 spec/models/party_search_fact_spec.rb
erp_search-3.0.1 spec/models/party_search_fact_spec.rb