Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-25 13:25:02 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-25 13:25:02 +0400
commit92deb451da16bdc1b9520fc06f593b7e373d81af (patch)
tree9ad16b93f636395b6e97936912d3009c89ed8b45 /spec/models/label_spec.rb
parent1a9b2a47a139f2e683873c5d46cea15161e35783 (diff)
Annotate models
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'spec/models/label_spec.rb')
-rw-r--r--spec/models/label_spec.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/spec/models/label_spec.rb b/spec/models/label_spec.rb
index 1d273e59bde..31634648f04 100644
--- a/spec/models/label_spec.rb
+++ b/spec/models/label_spec.rb
@@ -1,3 +1,15 @@
+# == Schema Information
+#
+# Table name: labels
+#
+# id :integer not null, primary key
+# title :string(255)
+# color :string(255)
+# project_id :integer
+# created_at :datetime
+# updated_at :datetime
+#
+
require 'spec_helper'
describe Label do