summaryrefslogtreecommitdiff
path: root/spec/models
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models')
-rw-r--r--spec/models/issue_spec.rb1
-rw-r--r--spec/models/note_spec.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/spec/models/issue_spec.rb b/spec/models/issue_spec.rb
index e0559ab6663..da2d88f67f8 100644
--- a/spec/models/issue_spec.rb
+++ b/spec/models/issue_spec.rb
@@ -39,5 +39,6 @@ end
# updated_at :datetime
# closed :boolean default(FALSE), not null
# position :integer default(0)
+# critical :boolean default(FALSE), not null
#
diff --git a/spec/models/note_spec.rb b/spec/models/note_spec.rb
index 5b16ad3682c..038e4f9d36e 100644
--- a/spec/models/note_spec.rb
+++ b/spec/models/note_spec.rb
@@ -66,7 +66,7 @@ end
# Table name: notes
#
# id :integer not null, primary key
-# note :string(255)
+# note :text
# noteable_id :string(255)
# noteable_type :string(255)
# author_id :integer