diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-24 22:16:51 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-24 22:16:51 +0200 |
commit | 65c470e84396a9db4b697a45128ce8d28c612d7c (patch) | |
tree | 3637f47ee24f1945a1e70cd2fc13b9a1ca18a88b /spec/models/namespace_spec.rb | |
parent | 3f1d6d6ab3a7e1b2bbbae7dcd17edc884f9fbf07 (diff) | |
download | gitlab-ce-65c470e84396a9db4b697a45128ce8d28c612d7c.tar.gz |
Reannotated
Diffstat (limited to 'spec/models/namespace_spec.rb')
-rw-r--r-- | spec/models/namespace_spec.rb | 13 |
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 |