Sha256: dc5c032ef439ce5811ce7fb31eb33e03e230d25284aa687f436b58ebb369d62a

Contents?: true

Size: 298 Bytes

Versions: 1

Compression:

Stored size: 298 Bytes

Contents

module AktionTest
  module Module
    module FactoryGirl
      extend ActiveSupport::Concern
      
      included do |spec_helper|
        require 'factory_girl'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aktion_test-0.2.2 lib/aktion_test/module/factory_girl.rb