Created
July 3, 2013 09:45
-
-
Save nebjak/5916700 to your computer and use it in GitHub Desktop.
FactoryGirl definicija :-)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FactoryGirl.define do | |
factory :company do | |
naziv "Test Company doo za proizvodnju, promet i usluge" | |
skraceni_naziv "Test Company doo" | |
pib "101010101" | |
mb "10101010" | |
adresa "Palih programera 64b" | |
mesto | |
ptt_broj | |
pak "101010" | |
status nil | |
email "[email protected]" | |
web_url "www.testcompany.com" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment