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>2012-11-25 00:16:51 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-25 00:16:51 +0400
commit65c470e84396a9db4b697a45128ce8d28c612d7c (patch)
tree3637f47ee24f1945a1e70cd2fc13b9a1ca18a88b /spec/models/namespace_spec.rb
parent3f1d6d6ab3a7e1b2bbbae7dcd17edc884f9fbf07 (diff)
Reannotated
Diffstat (limited to 'spec/models/namespace_spec.rb')
-rw-r--r--spec/models/namespace_spec.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/spec/models/namespace_spec.rb b/spec/models/namespace_spec.rb
index f481363f90d..c2509d21f3f 100644
--- a/spec/models/namespace_spec.rb
+++ b/spec/models/namespace_spec.rb
@@ -1,3 +1,16 @@
+# == Schema Information
+#
+# 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)
+#
+
require 'spec_helper'
describe Namespace do