Skip to content

Instantly share code, notes, and snippets.

@nebjak
Created July 3, 2013 09:45
Show Gist options
  • Save nebjak/5916700 to your computer and use it in GitHub Desktop.
Save nebjak/5916700 to your computer and use it in GitHub Desktop.
FactoryGirl definicija :-)
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 "office@testcompany.com"
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