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