Sha256: 1009bca4646aee6f78d832a0048fe70234ddc267cf9deeafbf69de59e4911ac0
Contents?: true
Size: 351 Bytes
Versions: 10
Compression:
Stored size: 351 Bytes
Contents
# encoding: UTF-8 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 @tester.title.length >= 1 end def test_nouns assert_kind_of Array, @tester::JOB_NOUNS end end
Version data entries
10 entries across 10 versions & 1 rubygems