Sha256: 4c3a92fa1ef69772ce1e7b522dfd287b20e98e5e71c3f449a3c2832b385f53fb
Contents?: true
Size: 246 Bytes
Versions: 10
Compression:
Stored size: 246 Bytes
Contents
# encoding: utf-8 require 'helper' class TestVenue < Test::Unit::TestCase include DeterministicHelper assert_methods_are_deterministic(FFaker::Venue, :name) def test_name assert_match(/\A[., a-z]+\z/i, FFaker::Venue.name) end end
Version data entries
10 entries across 10 versions & 1 rubygems