Files
todoapp/test/models/todo_test.rb
2024-07-28 18:56:44 +02:00

8 lines
118 B
Ruby

require "test_helper"
class TodoTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end