Retrospring/spec/support/factory_girl.rb

4 lines
78 B
Ruby
Raw Normal View History

2014-11-14 11:45:30 -08:00
RSpec.configure do |config|
config.include FactoryGirl::Syntax::Methods
end