bootcamp/test/models/movie_test.rb

8 lines
119 B
Ruby
Raw Normal View History

2023-09-25 13:24:55 -05:00
require "test_helper"
class MovieTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end