rails-refresher/test/controllers/comments_controller_test.rb
Tyrel Souza 8a91d51c39
finish
2024-07-04 21:00:08 -04:00

8 lines
140 B
Ruby

require "test_helper"
class CommentsControllerTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end