1
0
mirror of https://github.com/askn/faker.git synced 2023-08-10 21:13:01 +03:00
faker/spec/faker_spec.cr
2016-01-05 17:11:19 +02:00

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