Remove annotations from specs
This commit is contained in:
parent
9d4d40deed
commit
9e7d77cece
13 changed files with 0 additions and 212 deletions
|
@ -25,23 +25,3 @@ describe MergeRequest do
|
|||
it { should include_module(Upvote) }
|
||||
end
|
||||
end
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: merge_requests
|
||||
#
|
||||
# id :integer(4) not null, primary key
|
||||
# target_branch :string(255) not null
|
||||
# source_branch :string(255) not null
|
||||
# project_id :integer(4) not null
|
||||
# author_id :integer(4)
|
||||
# assignee_id :integer(4)
|
||||
# title :string(255)
|
||||
# closed :boolean(1) default(FALSE), not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# st_commits :text(2147483647
|
||||
# st_diffs :text(2147483647
|
||||
# merged :boolean(1) default(FALSE), not null
|
||||
# state :integer(4) default(1), not null
|
||||
#
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue