require 'rails_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 #