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