Sha256: d0b51778d884549c7d4e4e7902ae6084c9f5ecd1d023115f7ed832a558eaba61

Contents?: true

Size: 443 Bytes

Versions: 1

Compression:

Stored size: 443 Bytes

Contents

require 'rails_helper'

describe EventImportResult do
  #pending "add some examples to (or delete) #{__FILE__}"

end

# == Schema Information
#
# Table name: event_import_results
#
#  id                   :bigint           not null, primary key
#  event_import_file_id :bigint
#  event_id             :bigint
#  body                 :text
#  created_at           :datetime         not null
#  updated_at           :datetime         not null
#

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enju_event-0.4.0.rc.1 spec/models/event_import_result_spec.rb