Created
January 22, 2011 17:21
-
-
Save rodrigodealer/791270 to your computer and use it in GitHub Desktop.
Adicionar no env.rb
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
Before do | |
require 'factory_girl' | |
Dir.glob(File.join(File.dirname(__FILE__), '../../spec/factories/*.rb')).each {|f| require f } | |
Factory.factories.keys.each {|factory| Factory(factory) } | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Factory.define :cargo do |f|
f.nome "Gerente"
end