Sha256: d6d24720c5e7b39d60d3da645a3c52a29f3ae24003fe47330db79c25597f195c

Contents?: true

Size: 254 Bytes

Versions: 8

Compression:

Stored size: 254 Bytes

Contents

require 'spec_helper'

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
erp_communication_events-4.2.0 spec/models/comm_evt_status_spec.rb
erp_communication_events-4.0.0 spec/models/comm_evt_status_spec.rb
erp_communication_events-3.1.0 spec/models/comm_evt_status_spec.rb
erp_communication_events-3.0.4 spec/models/comm_evt_status_spec.rb
erp_communication_events-3.0.3 spec/models/comm_evt_status_spec.rb
erp_communication_events-3.0.2 spec/models/comm_evt_status_spec.rb
erp_communication_events-3.0.1 spec/models/comm_evt_status_spec.rb
erp_communication_events-3.0.0 spec/models/comm_evt_status_spec.rb