summaryrefslogtreecommitdiff
path: root/spec/models/namespace_spec.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-01 15:15:28 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-01 15:15:28 +0300
commite219cf7246c6a0495e4507deaffeba11e79f13b8 (patch)
treea64aed496efc5b3ad3d30a450ffd6a9b67b8d51e /spec/models/namespace_spec.rb
parent4aa22754094ce51d33f1932cf33c32b7a99ffb49 (diff)
downloadgitlab-ce-e219cf7246c6a0495e4507deaffeba11e79f13b8.tar.gz
Annotate!
Diffstat (limited to 'spec/models/namespace_spec.rb')
-rw-r--r--spec/models/namespace_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/namespace_spec.rb b/spec/models/namespace_spec.rb
index 0a0509bcd27..c38554e2f77 100644
--- a/spec/models/namespace_spec.rb
+++ b/spec/models/namespace_spec.rb
@@ -5,7 +5,7 @@
# id :integer not null, primary key
# name :string(255) not null
# path :string(255) not null
-# owner_id :integer not null
+# owner_id :integer
# created_at :datetime not null
# updated_at :datetime not null
# type :string(255)