Sha256: db4718d1b6a1c050cbdc4a7142d9b7ec9e3e1b7d3d9ff5b04bcf24fd72246a63

Contents?: true

Size: 218 Bytes

Versions: 5

Compression:

Stored size: 218 Bytes

Contents

# frozen_string_literal: true

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

5 entries across 5 versions & 2 rubygems

Version Path
attachy-0.4.1 spec/support/factory_girl.rb
attachy-0.4.0 spec/support/factory_girl.rb
attachy-0.3.0 spec/support/factory_girl.rb
attachy-0.2.0 spec/support/factory_girl.rb
breadcrumby-0.1.0 spec/support/factory_girl.rb