Add posts test

This commit is contained in:
hannah.dagemark 2025-05-23 14:14:30 +02:00
commit 76229c8cc5
17 changed files with 278 additions and 0 deletions

7
test/models/post_test.rb Normal file
View file

@ -0,0 +1,7 @@
require "test_helper"
class PostTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end