Sha256: 36ec67005d67f7cb0b2aa04a41e0fa496a32584c02af8a1bc5ada5998ce00231
Contents?: true
Size: 325 Bytes
Versions: 1
Compression:
Stored size: 325 Bytes
Contents
# frozen_string_literal: true require_relative 'helper' class TestFakerJobIT < Test::Unit::TestCase include DeterministicHelper assert_methods_are_deterministic(FFakerTW::JobIT, :title) def setup @tester = FFakerTW::JobIT end def test_title assert_match(/\A(\w+\.? ?){2,3}\z/, @tester.title) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ffakerTW-0.1.0 | test/test_job_it.rb |