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.8.6 spec/support/generator.rb
fedux_org-stdlib-0.8.5 spec/support/generator.rb
fedux_org-stdlib-0.8.4 spec/support/generator.rb
fedux_org-stdlib-0.8.3 spec/support/generator.rb
fedux_org-stdlib-0.8.0 spec/support/generator.rb
fedux_org-stdlib-0.7.33 spec/support/generator.rb
fedux_org-stdlib-0.7.31 spec/support/generator.rb
fedux_org-stdlib-0.7.30 spec/support/generator.rb
fedux_org-stdlib-0.7.29 spec/support/generator.rb
fedux_org-stdlib-0.7.28 spec/support/generator.rb
fedux_org-stdlib-0.7.27 spec/support/generator.rb
fedux_org-stdlib-0.7.26 spec/support/generator.rb
fedux_org-stdlib-0.7.25 spec/support/generator.rb
fedux_org-stdlib-0.7.24 spec/support/generator.rb
fedux_org-stdlib-0.7.23 spec/support/generator.rb
fedux_org-stdlib-0.7.22 spec/support/generator.rb
fedux_org-stdlib-0.7.21 spec/support/generator.rb
fedux_org-stdlib-0.7.20 spec/support/generator.rb
fedux_org-stdlib-0.7.19 spec/support/generator.rb
fedux_org-stdlib-0.7.18 spec/support/generator.rb