Sha256: 681dba5dfe90244f19bac6ce10d3e28aee68a345830cc4b01e6c618425bedb4e
Contents?: true
Size: 311 Bytes
Versions: 7
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true 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
7 entries across 7 versions & 1 rubygems