bootcamp/test/models/movie_test.rb
2023-09-25 13:41:32 -05:00

8 lines
119 B
Ruby

require "test_helper"
class MovieTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end