bookstore/test/controllers/books_controller_test.rb

7 lines
137 B
Ruby

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