validates_associated_with_c.../test/test_validates_associated_w...

14 lines
279 B
Ruby

# frozen_string_literal: true
require "test_helper"
class TestValidatesAssociatedWithContext < Minitest::Test
def test_that_it_has_a_version_number
refute_nil ::ValidatesAssociatedWithContext::VERSION
end
def test_it_does_something_useful
assert false
end
end