webdev.camp/spec/support/factory_girl.rb

4 lines
78 B
Ruby

RSpec.configure do |config|
config.include FactoryGirl::Syntax::Methods
end