Sha256: 1670b65048a8ce0da89deece931deb4d8d663544bfa4b747ddbf01397510a34e
Contents?: true
Size: 395 Bytes
Versions: 6
Compression:
Stored size: 395 Bytes
Contents
# frozen_string_literal: true require_relative '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