bootcamp/test/controllers/reviews_controller_test.rb
2023-09-26 12:03:15 -05:00

8 lines
139 B
Ruby

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