mirror of
https://github.com/askn/faker.git
synced 2023-08-10 21:13:01 +03:00
first commit
This commit is contained in:
7
spec/faker_spec.cr
Normal file
7
spec/faker_spec.cr
Normal file
@@ -0,0 +1,7 @@
|
||||
require "./spec_helper"
|
||||
|
||||
describe Faker do
|
||||
it "works" do
|
||||
# Faker.numerify("###").match(/\d{3}/) { |md| md.size }.should eq 3
|
||||
end
|
||||
end
|
||||
2
spec/spec_helper.cr
Normal file
2
spec/spec_helper.cr
Normal file
@@ -0,0 +1,2 @@
|
||||
require "spec"
|
||||
require "../src/faker"
|
||||
Reference in New Issue
Block a user