1
0
mirror of https://github.com/askn/faker.git synced 2023-08-10 21:13:01 +03:00
faker/spec/company_spec.cr
2016-01-17 22:44:55 +02:00

9 lines
217 B
Crystal

require "./spec_helper"
require "http/client"
describe Faker::Company do
it "logo" do
Faker::Company.logo.match(%r{https://pigment.github.io/fake-logos/logos/medium/color/\d+\.png}).should_not eq nil
end
end