Sha256: 9d52a9a82b7dd30e79eb8c90356bad3bcc01800f2f78cfb6a9c0625fc646bf2d

Contents?: true

Size: 187 Bytes

Versions: 3

Compression:

Stored size: 187 Bytes

Contents

require 'factory_girl'

Dir[File.expand_path('../factories/**/*.rb', __dir__)].each { |file| require file }

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
attachy-0.1.2 spec/support/factory_girl.rb
attachy-0.1.1 spec/support/factory_girl.rb
attachy-0.1.0 spec/support/factory_girl.rb