use ffaker gem
This commit is contained in:
parent
078b312a31
commit
475d9f487f
4 changed files with 7 additions and 8 deletions
|
@ -61,7 +61,7 @@ Factory.add(:key, Key) do |obj|
|
|||
end
|
||||
|
||||
Factory.add(:web_hook, WebHook) do |obj|
|
||||
obj.url = Faker::Internet.url
|
||||
obj.url = Faker::Internet.uri("http")
|
||||
end
|
||||
|
||||
Factory.add(:wiki, Wiki) do |obj|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue