Sha256: 84fce8243b9092a2bbd2bab6901d083603304b83089db9387148079c554198d4

Contents?: true

Size: 179 Bytes

Versions: 2

Compression:

Stored size: 179 Bytes

Contents

module AktionTest
  module Module
    module Faker
      extend ActiveSupport::Concern
      
      included do |spec_helper|
        require 'faker'
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aktion_test-0.2.2 lib/aktion_test/module/faker.rb
aktion_test-0.2.1 lib/aktion_test/module/faker.rb