Sha256: 45d0cfc1c5e6101c958c4fd87111ec4e1779bd50247872ad1d779d8ab7d3633c
Contents?: true
Size: 386 Bytes
Versions: 6
Compression:
Stored size: 386 Bytes
Contents
# frozen_string_literal: true require 'helper' class TestFakerJobKR < Test::Unit::TestCase include DeterministicHelper assert_methods_are_deterministic(FFaker::JobKR, :title) def setup @tester = FFaker::JobKR end def test_title assert_greater_than_or_equal_to @tester.title.length, 1 end def test_nouns assert_kind_of Array, @tester::JOB_NOUNS end end
Version data entries
6 entries across 6 versions & 1 rubygems