Sha256: fa619fa8c42462823486998b31fc2dbeb97c623975837caae9cae26a831c32b5
Contents?: true
Size: 152 Bytes
Versions: 3
Compression:
Stored size: 152 Bytes
Contents
# encoding: utf-8 require 'helper' class TestColor < Test::Unit::TestCase def test_name assert_match /\A[a-z]+\z/, FFaker::Color.name end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ffaker-2.2.0 | test/test_color.rb |
ffaker-2.1.0 | test/test_color.rb |
ffaker-2.0.0 | test/test_color.rb |