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.11.18 spec/support/generator.rb
fedux_org-stdlib-0.11.17 spec/support/generator.rb
fedux_org-stdlib-0.11.16 spec/support/generator.rb
fedux_org-stdlib-0.11.15 spec/support/generator.rb
fedux_org-stdlib-0.11.14 spec/support/generator.rb
fedux_org-stdlib-0.11.12 spec/support/generator.rb
fedux_org-stdlib-0.11.11 spec/support/generator.rb
fedux_org-stdlib-0.11.9 spec/support/generator.rb
fedux_org-stdlib-0.11.8 spec/support/generator.rb
fedux_org-stdlib-0.11.7 spec/support/generator.rb
fedux_org-stdlib-0.11.6 spec/support/generator.rb
fedux_org-stdlib-0.11.5 spec/support/generator.rb
fedux_org-stdlib-0.11.4 spec/support/generator.rb
fedux_org-stdlib-0.11.3 spec/support/generator.rb
fedux_org-stdlib-0.11.2 spec/support/generator.rb
fedux_org-stdlib-0.11.1 spec/support/generator.rb
fedux_org-stdlib-0.11.0 spec/support/generator.rb
fedux_org-stdlib-0.10.9 spec/support/generator.rb
fedux_org-stdlib-0.10.8 spec/support/generator.rb
fedux_org-stdlib-0.10.7 spec/support/generator.rb