Sha256: fa7d9c73974c8400014bcb7275f434b65b6157197bed4bfba68e4b6cd72f4080
Contents?: true
Size: 294 Bytes
Versions: 10
Compression:
Stored size: 294 Bytes
Contents
# encoding: utf-8 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
10 entries across 10 versions & 1 rubygems