summaryrefslogtreecommitdiff
path: root/spec/models/wiki_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/wiki_spec.rb')
-rw-r--r--spec/models/wiki_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/models/wiki_spec.rb b/spec/models/wiki_spec.rb
index 96aebd2ddb7..9750b81d303 100644
--- a/spec/models/wiki_spec.rb
+++ b/spec/models/wiki_spec.rb
@@ -2,12 +2,12 @@
#
# Table name: wikis
#
-# id :integer not null, primary key
+# id :integer not null, primary key
# title :string(255)
# content :text
# project_id :integer
-# created_at :datetime not null
-# updated_at :datetime not null
+# created_at :datetime not null
+# updated_at :datetime not null
# slug :string(255)
# user_id :integer
#