Sha256: d239bf10928a6fe900dbc656e4435622e722fe35432fa3ad0e08a027b0f26046

Contents?: true

Size: 224 Bytes

Versions: 2

Compression:

Stored size: 224 Bytes

Contents

module AktionTest
  module Module
    class FactoryGirl < Base
      def prepare
        require 'factory_girl'
      end

      def configure
        rspec.include ::FactoryGirl::Syntax::Methods
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aktion_test-0.3.1 lib/aktion_test/module/factory_girl.rb
aktion_test-0.3.0 lib/aktion_test/module/factory_girl.rb