Sha256: 76bf2326fab5d5ddd75c85cc295ab4a47dd78ce3bf5acd60accdadce083ef670
Contents?: true
Size: 151 Bytes
Versions: 8
Compression:
Stored size: 151 Bytes
Contents
# encoding: utf-8 require 'helper' class TestColor < Test::Unit::TestCase def test_name assert_match /\A[a-z]+\z/, Faker::Color.name end end
Version data entries
8 entries across 8 versions & 2 rubygems