Sha256: 826376af36b56a4c032c6aac43f3ccf5a46d8936282f7cba41348944254b7a82
Contents?: true
Size: 237 Bytes
Versions: 8
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
8 entries across 8 versions & 1 rubygems