diff options
| author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-10-09 11:14:17 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-10-09 11:14:17 +0300 |
| commit | 41e53eb98058a0082e0951aa21812b04d745414a (patch) | |
| tree | 6f7fbd592891a2b5ae99cb7417c624aebc790da2 /spec/models/snippet_spec.rb | |
| parent | dc33f71b181d154c8d9937f777fa16e9cf1d968d (diff) | |
| download | gitlab-ce-41e53eb98058a0082e0951aa21812b04d745414a.tar.gz | |
Annotated
Diffstat (limited to 'spec/models/snippet_spec.rb')
| -rw-r--r-- | spec/models/snippet_spec.rb | 15 |
1 files changed, 15 insertions, 0 deletions
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 |
