diff options
Diffstat (limited to 'spec/models/note_spec.rb')
-rw-r--r-- | spec/models/note_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |