Sha256: 0881fd9d23bf1eabcf878b93f8d20da259f56bed71574fce2d775b3f4916aa05
Contents?: true
Size: 306 Bytes
Versions: 7
Compression:
Stored size: 306 Bytes
Contents
# frozen_string_literal: true require 'helper' class TestFakerJob < Test::Unit::TestCase include DeterministicHelper assert_methods_are_deterministic(FFaker::Job, :title) def setup @tester = FFaker::Job end def test_title assert_match(/\A(\w+\.? ?){2,3}\z/, @tester.title) end end
Version data entries
7 entries across 7 versions & 1 rubygems