Sha256: bf51cdad58da0dce0a1d8f69c61ae61ce1af18281490b1cf245cc12bfbec58b1
Contents?: true
Size: 386 Bytes
Versions: 6
Compression:
Stored size: 386 Bytes
Contents
# frozen_string_literal: true require 'helper' class TestFakerJobVN < Test::Unit::TestCase include DeterministicHelper assert_methods_are_deterministic(FFaker::JobVN, :title) def setup @tester = FFaker::JobVN 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