Sha256: c83f58979a83010817a5de700602b8b66b5d0b4a1b7d6225c2190348da640f72

Contents?: true

Size: 410 Bytes

Versions: 1

Compression:

Stored size: 410 Bytes

Contents

require 'rails_helper'

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

end

# == Schema Information
#
# Table name: participates
#
#  id         :bigint           not null, primary key
#  agent_id   :bigint           not null
#  event_id   :bigint           not null
#  position   :integer
#  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/participate_spec.rb