Sha256: cf26f4f21e2bc114f61b10bc2906d03d4f5e1383d9fb906fbc0b6235e8011134
Contents?: true
Size: 237 Bytes
Versions: 14
Compression:
Stored size: 237 Bytes
Contents
# encoding: utf-8 require 'helper' class TestCompanySE < Test::Unit::TestCase def test_name assert_match(/[ a-z]+/, Faker::CompanySE.name) end def test_suffix assert_match(/[ a-z]+/i, Faker::CompanySE.suffix) end end
Version data entries
14 entries across 14 versions & 3 rubygems