Skip to content
Snippets Groups Projects
Commit 534bbdd0 authored by Robert Speicher's avatar Robert Speicher
Browse files

Faker -> FFaker

parent 428f2e42
No related branches found
No related tags found
No related merge requests found
FactoryGirl.define do
factory :web_hook do
sequence(:url) { Faker::Internet.uri('http') }
sequence(:url) { FFaker::Internet.uri('http') }
project
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment