Reannotated

This commit is contained in:
Dmitriy Zaporozhets 2012-11-24 22:16:51 +02:00
parent 3f1d6d6ab3
commit 65c470e843
9 changed files with 40 additions and 8 deletions

View file

@ -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