Sha256: 52dcd473bfe508b2612f99786378a8780afef5848c8e18544a053decb0b7706a
Contents?: true
Size: 317 Bytes
Versions: 1
Compression:
Stored size: 317 Bytes
Contents
# frozen_string_literal: true require_relative 'helper' class TestSportUS < Test::Unit::TestCase include DeterministicHelper assert_methods_are_deterministic(FFakerTW::SportUS, :name) def setup @tester = FFakerTW::SportUS end def test_name assert_include @tester::NAMES, @tester.name end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ffakerTW-0.1.0 | test/test_sport_us.rb |