Sha256: 25c0dfc65aa8b652e963fda3a458c635ba78d42b8725ffd8b7fc0e2a9a0fa189
Contents?: true
Size: 351 Bytes
Versions: 10
Compression:
Stored size: 351 Bytes
Contents
# encoding: UTF-8 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 @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