From 41e53eb98058a0082e0951aa21812b04d745414a Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 9 Oct 2012 11:14:17 +0300 Subject: Annotated --- spec/models/snippet_spec.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'spec/models/snippet_spec.rb') diff --git a/spec/models/snippet_spec.rb b/spec/models/snippet_spec.rb index 465612e0f19..ada5fcdbcb8 100644 --- a/spec/models/snippet_spec.rb +++ b/spec/models/snippet_spec.rb @@ -1,3 +1,18 @@ +# == Schema Information +# +# Table name: snippets +# +# id :integer not null, primary key +# title :string(255) +# content :text +# author_id :integer not null +# project_id :integer not null +# created_at :datetime not null +# updated_at :datetime not null +# file_name :string(255) +# expires_at :datetime +# + require 'spec_helper' describe Snippet do -- cgit v1.2.1