summaryrefslogtreecommitdiff
path: root/spec/models/group_spec.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-15 15:16:02 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-15 15:16:02 +0200
commit21b1fee92c9d860281712ed97cf724e6d5d3fe76 (patch)
treeb2199ff93f8485cb7e62dfa4126f7fbc041884d0 /spec/models/group_spec.rb
parent2a04341fba22b708c4cd31ec8fa8c07713bc5877 (diff)
downloadgitlab-ce-21b1fee92c9d860281712ed97cf724e6d5d3fe76.tar.gz
reannotated
Diffstat (limited to 'spec/models/group_spec.rb')
-rw-r--r--spec/models/group_spec.rb15
1 files changed, 8 insertions, 7 deletions
diff --git a/spec/models/group_spec.rb b/spec/models/group_spec.rb
index 108bc303540..5d4674e3a9f 100644
--- a/spec/models/group_spec.rb
+++ b/spec/models/group_spec.rb
@@ -2,13 +2,14 @@
#
# Table name: namespaces
#
-# id :integer not null, primary key
-# name :string(255) not null
-# path :string(255) not null
-# owner_id :integer not null
-# created_at :datetime not null
-# updated_at :datetime not null
-# type :string(255)
+# id :integer not null, primary key
+# name :string(255) not null
+# path :string(255) not null
+# owner_id :integer not null
+# created_at :datetime not null
+# updated_at :datetime not null
+# type :string(255)
+# description :string(255) default(""), not null
#
require 'spec_helper'