bookstore/test/models/book_test.rb

8 lines
118 B
Ruby
Raw Permalink Normal View History

2021-03-19 17:31:38 +02:00
require "test_helper"
class BookTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end