creddit/spec/support/factory_girl.rb

4 lines
78 B
Ruby
Raw Normal View History

2015-07-08 12:16:37 -04:00
RSpec.configure do |config|
config.include FactoryGirl::Syntax::Methods
end