Sha256: 206bf677a015cd53acfa602133d78f90f69c740482ce749bd35d0a66f1c45fd4

Contents?: true

Size: 401 Bytes

Versions: 3

Compression:

Stored size: 401 Bytes

Contents

# -*- encoding: utf-8 -*-
require 'spec_helper'

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

end

# == Schema Information
#
# Table name: participates
#
#  id         :integer          not null, primary key
#  agent_id   :integer          not null
#  event_id   :integer          not null
#  position   :integer
#  created_at :datetime
#  updated_at :datetime
#

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_event-0.2.0.beta.3 spec/models/participate_spec.rb
enju_event-0.2.0.beta.2 spec/models/participate_spec.rb
enju_event-0.2.0.beta.1 spec/models/participate_spec.rb