gitlab-org--gitlab-foss/spec/models/event_spec.rb

20 lines
411 B
Ruby
Raw Normal View History

2012-02-28 13:09:23 +00:00
# == Schema Information
#
# Table name: events
#
# id :integer not null, primary key
# data_type :string(255)
# data_id :string(255)
# title :string(255)
# data :text
# project_id :integer
# created_at :datetime not null
# updated_at :datetime not null
#
require 'spec_helper'
describe Event do
pending "add some examples to (or delete) #{__FILE__}"
end