Sha256: 6acd886e093b36608e7ab7ed82d033159b09f94c6b0084f4e2274cc5f15e1385
Contents?: true
Size: 150 Bytes
Versions: 14
Compression:
Stored size: 150 Bytes
Contents
# encoding: utf-8 require 'helper' class TestMovie < Test::Unit::TestCase def test_title assert_match /[ a-z]+/, Faker::Movie.title end end
Version data entries
14 entries across 14 versions & 3 rubygems