foalfetch/test/controllers/blogs_controller_test.rb

9 lines
167 B
Ruby
Raw Normal View History

2024-04-06 13:00:46 +02:00
# frozen_string_literal: true
2024-07-30 15:56:47 +02:00
require 'test_helper'
2024-04-06 13:00:46 +02:00
class BlogsControllerTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end