mirror of
https://github.com/askn/faker.git
synced 2023-08-10 21:13:01 +03:00
8 lines
141 B
Crystal
8 lines
141 B
Crystal
|
require "./spec_helper"
|
||
|
|
||
|
describe Faker do
|
||
|
it "works" do
|
||
|
# Faker.numerify("###").match(/\d{3}/) { |md| md.size }.should eq 3
|
||
|
end
|
||
|
end
|