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

8 lines
141 B
Crystal
Raw Normal View History

2016-01-05 17:49:33 +03:00
require "./spec_helper"
describe Faker do
it "works" do
# Faker.numerify("###").match(/\d{3}/) { |md| md.size }.should eq 3
end
end