test_fotos.rb 228 B

12345678910111213
  1. # frozen_string_literal: true
  2. require "test_helper"
  3. class TestFotos < Minitest::Test
  4. def test_that_it_has_a_version_number
  5. refute_nil ::Fotos::VERSION
  6. end
  7. def test_it_does_something_useful
  8. assert true
  9. end
  10. end