use ffaker gem

This commit is contained in:
Nihad Abbasov 2012-05-29 17:35:34 +05:00
parent 078b312a31
commit 475d9f487f
4 changed files with 7 additions and 8 deletions

View file

@ -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|