rails-refresher/test/controllers/articles_controller_test.rb

8 lines
140 B
Ruby
Raw Normal View History

2024-07-05 01:00:08 +00:00
require "test_helper"
class ArticlesControllerTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end