remove lint
This commit is contained in:
@@ -18,6 +18,5 @@ class CreateSuggestedMeanings < ActiveRecord::Migration[8.1]
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
@@ -37,5 +37,4 @@ class CommentTest < ActiveSupport::TestCase
|
||||
comment = Comment.new(user: user, body: "This is a comment.", language: language)
|
||||
assert_not comment.valid?
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user