LibraryManagementSystem/test/controllers/admin/books_controller_test.rb

8 lines
144 B
Ruby

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