Sha256: b301b0f88eea0549eb965861df0e8761a532709845256244578b447f2234e6ff
Contents?: true
Size: 299 Bytes
Versions: 10
Compression:
Stored size: 299 Bytes
Contents
# encoding: UTF-8 require 'helper' class TestFakerJobBR < Test::Unit::TestCase include DeterministicHelper assert_methods_are_deterministic(FFaker::JobBR, :title) def setup @tester = FFaker::JobBR end def test_title assert_includes @tester::JOB_NOUNS, @tester.title end end
Version data entries
10 entries across 10 versions & 1 rubygems