Sha256: b91fe0acbed9bd39a4cf2e358c36012aac3b288c9bc210239923d726980e94ad

Contents?: true

Size: 261 Bytes

Versions: 112

Compression:

Stored size: 261 Bytes

Contents

# encoding: utf-8
module FeduxOrgStdlib
  module SpecHelper
    module Generators
      def random_binary_string(length)
        Random.new.bytes(length)
      end
    end
  end
end

RSpec.configure do |c|
  c.include FeduxOrgStdlib::SpecHelper::Generators
end

Version data entries

112 entries across 112 versions & 1 rubygems

Version Path
fedux_org-stdlib-0.6.25 spec/support/generator.rb
fedux_org-stdlib-0.6.23 spec/support/generator.rb
fedux_org-stdlib-0.6.22 spec/support/generator.rb
fedux_org-stdlib-0.6.21 spec/support/generator.rb
fedux_org-stdlib-0.6.20 spec/support/generator.rb
fedux_org-stdlib-0.6.18 spec/support/generator.rb
fedux_org-stdlib-0.6.17 spec/support/generator.rb
fedux_org-stdlib-0.6.16 spec/support/generator.rb
fedux_org-stdlib-0.6.15 spec/support/generator.rb
fedux_org-stdlib-0.6.14 spec/support/generator.rb
fedux_org-stdlib-0.6.13 spec/support/generator.rb
fedux_org-stdlib-0.6.12 spec/support/generator.rb